#AF4E2C

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

Shades of Rose Of Sharon #AF4E2C

Tints of Rose Of Sharon #AF4E2C

Color information

#AF4E2C (or 0xAF4E2C) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4E and 2C. RGB value is (175,78,44). Sum of RGB (Red+Green+Blue) = 175+78+44=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E2C is #50B1D3. Grayscale: #676767. Windows color (decimal): -5288404 or 2903727. OLE color: 2903727.

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

Color convert

RGB1757844-
CMYK00.550.750.31
HSL15.57º59.82%42.94%-
HSV(B)15.57º74.86%68.63%-
XYZ20.8614.744.13-
YUV103.1394.64179.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=58.92%
G=26.26%
B=14.81%

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
Decimal175784400.550.750.3115.5759.8242.94
HexAF4E2C0374B1F103c2b
Octal2571165406711337207453
Binary101011111001110101100011011110010111111110000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E2C; }

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

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

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

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

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

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

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

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