#AF4A1F

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

Shades of Rose Of Sharon #AF4A1F

Tints of Rose Of Sharon #AF4A1F

Color information

#AF4A1F (or 0xAF4A1F) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4A and 1F. RGB value is (175,74,31). Sum of RGB (Red+Green+Blue) = 175+74+31=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A1F is #50B5E0. Grayscale: #636363. Windows color (decimal): -5289441 or 2050735. OLE color: 2050735.

HSL color Cylindrical-coordinate representation of color #AF4A1F: hue angle of 17.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF4A1F is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1757431-
CMYK00.580.820.31
HSL17.92º69.9%40.39%-
HSV(B)17.92º82.29%68.63%-
XYZ20.3814.112.95-
YUV99.389.46182-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.5%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=62.5%
G=26.43%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175743100.580.820.3117.9269.940.39
HexAF4A1F03A521F124628
Octal25711237072122372210650
Binary101011111001010111110111010101001011111100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A1F; }

 p { color: rgb(175,74,31); }

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

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

 a { background-color: rgb(175,74,31); }

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

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

 span { border-color: rgb(175,74,31); }

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