#AF4B2C

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

Shades of Rose Of Sharon #AF4B2C

Tints of Rose Of Sharon #AF4B2C

Color information

#AF4B2C (or 0xAF4B2C) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4B and 2C. RGB value is (175,75,44). Sum of RGB (Red+Green+Blue) = 175+75+44=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4B2C is #50B4D3. Grayscale: #656565. Windows color (decimal): -5289172 or 2902959. OLE color: 2902959.

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

Color convert

RGB1757544-
CMYK00.570.750.31
HSL14.2º59.82%42.94%-
HSV(B)14.2º74.86%68.63%-
XYZ20.6514.334.06-
YUV101.3795.63180.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=59.52%
G=25.51%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175754400.570.750.3114.259.8242.94
HexAF4B2C0394B1Fe3c2b
Octal2571135407111337167453
Binary10101111100101110110001110011001011111111110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B2C; }

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

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

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

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

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

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

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

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