#AB542A

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

Shades of Rose Of Sharon #AB542A

Tints of Rose Of Sharon #AB542A

Color information

#AB542A (or 0xAB542A) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 54 and 2A. RGB value is (171,84,42). Sum of RGB (Red+Green+Blue) = 171+84+42=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB542A is #54ABD5. Grayscale: #696969. Windows color (decimal): -5549014 or 2774187. OLE color: 2774187.

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

Color convert

RGB1718442-
CMYK00.510.750.33
HSL19.53º60.56%41.76%-
HSV(B)19.53º75.44%67.06%-
XYZ20.3815.174.04-
YUV105.2292.32174.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=57.58%
G=28.28%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171844200.510.750.3319.5360.5641.76
HexAB542A0334B21143d2a
Octal2531245206311341247552
Binary1010101110101001010100110011100101110000110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB542A; }

 p { color: rgb(171,84,42); }

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

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

 a { background-color: rgb(171,84,42); }

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

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

 span { border-color: rgb(171,84,42); }

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