#AF4022

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

Shades of Rose Of Sharon #AF4022

Tints of Rose Of Sharon #AF4022

Color information

#AF4022 (or 0xAF4022) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 40 and 22. RGB value is (175,64,34). Sum of RGB (Red+Green+Blue) = 175+64+34=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4022 is #50BFDD. Grayscale: #5D5D5D. Windows color (decimal): -5291998 or 2244783. OLE color: 2244783.

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

Color convert

RGB1756434-
CMYK00.630.810.31
HSL12.77º67.46%40.98%-
HSV(B)12.77º80.57%68.63%-
XYZ19.812.92.96-
YUV93.7794.27185.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.10%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 34 (13.67% from 255) = 12.45%
R=64.10%
G=23.44%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175643400.630.810.3112.7767.4640.98
HexAF402203F511Fd4329
Octal25710042077121371510351
Binary101011111000000100010011111110100011111111011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4022; }

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

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

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

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

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

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

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

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