#AB4320

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

Shades of Rose Of Sharon #AB4320

Tints of Rose Of Sharon #AB4320

Color information

#AB4320 (or 0xAB4320) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 43 and 20. RGB value is (171,67,32). Sum of RGB (Red+Green+Blue) = 171+67+32=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4320 is #54BCDF. Grayscale: #5E5E5E. Windows color (decimal): -5553376 or 2114475. OLE color: 2114475.

HSL color Cylindrical-coordinate representation of color #AB4320: hue angle of 15.11º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB4320 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1716732-
CMYK00.610.810.33
HSL15.11º68.47%39.8%-
HSV(B)15.11º81.29%67.06%-
XYZ19.0612.782.83-
YUV94.1192.96182.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.33%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=63.33%
G=24.81%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171673200.610.810.3315.1168.4739.8
HexAB432003D5121f4428
Octal25310340075121411710450
Binary1010101110000111000000111101101000110000111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4320; }

 p { color: rgb(171,67,32); }

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

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

 a { background-color: rgb(171,67,32); }

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

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

 span { border-color: rgb(171,67,32); }

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