#AF5424

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

Shades of Rose Of Sharon #AF5424

Tints of Rose Of Sharon #AF5424

Color information

#AF5424 (or 0xAF5424) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 54 and 24. RGB value is (175,84,36). Sum of RGB (Red+Green+Blue) = 175+84+36=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5424 is #50ABDB. Grayscale: #6A6A6A. Windows color (decimal): -5286876 or 2380975. OLE color: 2380975.

HSL color Cylindrical-coordinate representation of color #AF5424: hue angle of 20.72º 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 #AF5424 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1758436-
CMYK00.520.790.31
HSL20.72º65.88%41.37%-
HSV(B)20.72º79.43%68.63%-
XYZ21.1715.583.56-
YUV105.7488.65177.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.32%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 36 (14.45% from 255) = 12.20%
R=59.32%
G=28.47%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175843600.520.790.3120.7265.8841.37
HexAF54240344F1F154229
Octal25712444064117372510251
Binary1010111110101001001000110100100111111111101011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5424; }

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

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

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

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

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

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

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

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