#AF4C22

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

Shades of Rose Of Sharon #AF4C22

Tints of Rose Of Sharon #AF4C22

Color information

#AF4C22 (or 0xAF4C22) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 4C and 22. RGB value is (175,76,34). Sum of RGB (Red+Green+Blue) = 175+76+34=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C22 is #50B3DD. Grayscale: #656565. Windows color (decimal): -5288926 or 2247855. OLE color: 2247855.

HSL color Cylindrical-coordinate representation of color #AF4C22: hue angle of 17.87º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF4C22 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1757634-
CMYK00.570.810.31
HSL17.87º67.46%40.98%-
HSV(B)17.87º80.57%68.63%-
XYZ20.5514.43.21-
YUV100.8190.3180.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 34 (13.67% from 255) = 11.93%
R=61.40%
G=26.67%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175763400.570.810.3117.8767.4640.98
HexAF4C22039511F124329
Octal25711442071121372210351
Binary1010111110011001000100111001101000111111100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C22; }

 p { color: rgb(175,76,34); }

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

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

 a { background-color: rgb(175,76,34); }

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

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

 span { border-color: rgb(175,76,34); }

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