#AF462C

Color #AF462C Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AF462C

Tints of Rose Of Sharon #AF462C

Color information

#AF462C (or 0xAF462C) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 46 and 2C. RGB value is (175,70,44). Sum of RGB (Red+Green+Blue) = 175+70+44=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF462C is #50B9D3. Grayscale: #626262. Windows color (decimal): -5290452 or 2901679. OLE color: 2901679.

HSL color Cylindrical-coordinate representation of color #AF462C: hue angle of 11.91º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF462C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1757044-
CMYK00.600.750.31
HSL11.91º59.82%42.94%-
HSV(B)11.91º74.86%68.63%-
XYZ20.3213.683.95-
YUV98.4397.29182.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 60.55%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 44 (17.58% from 255) = 15.22%
R=60.55%
G=24.22%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175704400.600.750.3111.9159.8242.94
HexAF462C03C4B1Fc3c2b
Octal2571065407411337147453
Binary10101111100011010110001111001001011111111100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF462C; }

 p { color: rgb(175,70,44); }

 H1.HeaderClassName
 {
   color: #AF462C;
 }
 .AnyTagClassName
 {
   color: #AF462C;
 }
</style>
background-color css

<style>
 a { background-color: #AF462C; }

 a { background-color: rgb(175,70,44); }

 div.DivClassName
 {
   background-color: #AF462C;
 }
 .BgClassName
 {
   background-color: #AF462C;
 }
</style>
border-color css

<style>
 span { border-color: #AF462C; }

 span { border-color: rgb(175,70,44); }

 td.TdClassName
 {
   border-color: #AF462C;
 }
 .TagClassName
 {
   border-color: #AF462C;
 }
</style>