#AF4D24

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

Shades of Rose Of Sharon #AF4D24

Tints of Rose Of Sharon #AF4D24

Color information

#AF4D24 (or 0xAF4D24) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4D and 24. RGB value is (175,77,36). Sum of RGB (Red+Green+Blue) = 175+77+36=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D24 is #50B2DB. Grayscale: #656565. Windows color (decimal): -5288668 or 2379183. OLE color: 2379183.

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

Color convert

RGB1757736-
CMYK00.560.790.31
HSL17.7º65.88%41.37%-
HSV(B)17.7º79.43%68.63%-
XYZ20.6514.553.39-
YUV101.6390.97180.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.76%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 36 (14.45% from 255) = 12.5%
R=60.76%
G=26.74%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175773600.560.790.3117.765.8841.37
HexAF4D240384F1F124229
Octal25711544070117372210251
Binary1010111110011011001000111000100111111111100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D24; }

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

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

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

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

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

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

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

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