#AF4224

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

Shades of Rose Of Sharon #AF4224

Tints of Rose Of Sharon #AF4224

Color information

#AF4224 (or 0xAF4224) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 42 and 24. RGB value is (175,66,36). Sum of RGB (Red+Green+Blue) = 175+66+36=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4224 is #50BDDB. Grayscale: #5F5F5F. Windows color (decimal): -5291484 or 2376367. OLE color: 2376367.

HSL color Cylindrical-coordinate representation of color #AF4224: hue angle of 12.95º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF4224 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1756636-
CMYK00.620.790.31
HSL12.95º65.88%41.37%-
HSV(B)12.95º79.43%68.63%-
XYZ19.9513.143.15-
YUV95.1794.61184.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 36 (14.45% from 255) = 13.00%
R=63.18%
G=23.83%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175663600.620.790.3112.9565.8841.37
HexAF422403E4F1Fd4229
Octal25710244076117371510251
Binary101011111000010100100011111010011111111111011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4224; }

 p { color: rgb(175,66,36); }

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

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

 a { background-color: rgb(175,66,36); }

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

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

 span { border-color: rgb(175,66,36); }

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