#AF4F2C

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

Shades of Rose Of Sharon #AF4F2C

Tints of Rose Of Sharon #AF4F2C

Color information

#AF4F2C (or 0xAF4F2C) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4F and 2C. RGB value is (175,79,44). Sum of RGB (Red+Green+Blue) = 175+79+44=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F2C is #50B0D3. Grayscale: #676767. Windows color (decimal): -5288148 or 2903983. OLE color: 2903983.

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

Color convert

RGB1757944-
CMYK00.550.750.31
HSL16.03º59.82%42.94%-
HSV(B)16.03º74.86%68.63%-
XYZ20.9314.894.15-
YUV103.7194.3178.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.72%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=58.72%
G=26.51%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175794400.550.750.3116.0359.8242.94
HexAF4F2C0374B1F103c2b
Octal2571175406711337207453
Binary101011111001111101100011011110010111111110000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F2C; }

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

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

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

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

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

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

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

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