#af472c

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

Shades of Rose Of Sharon #AF472C

Tints of Rose Of Sharon #AF472C

Color information

#AF472C (or 0xAF472C) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 47 and 2C. RGB value is (175,71,44). Sum of RGB (Red+Green+Blue) = 175+71+44=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF472C is #50B8D3. Grayscale: #636363. Windows color (decimal): -5290196 or 2901935. OLE color: 2901935.

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

Color convert

RGB1757144-
CMYK00.590.750.31
HSL12.37º59.82%42.94%-
HSV(B)12.37º74.86%68.63%-
XYZ20.3913.83.97-
YUV99.0296.96182.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.34%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=60.34%
G=24.48%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175714400.590.750.3112.3759.8242.94
HexAF472C03B4B1Fc3c2b
Octal2571075407311337147453
Binary10101111100011110110001110111001011111111100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af472c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af472c; }

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

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

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

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

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

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

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

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