#AB532A

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

Shades of Rose Of Sharon #AB532A

Tints of Rose Of Sharon #AB532A

Color information

#AB532A (or 0xAB532A) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 53 and 2A. RGB value is (171,83,42). Sum of RGB (Red+Green+Blue) = 171+83+42=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB532A is #54ACD5. Grayscale: #686868. Windows color (decimal): -5549270 or 2773931. OLE color: 2773931.

HSL color Cylindrical-coordinate representation of color #AB532A: hue angle of 19.07º 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 #AB532A is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1718342-
CMYK00.510.750.33
HSL19.07º60.56%41.76%-
HSV(B)19.07º75.44%67.06%-
XYZ20.3115.014.02-
YUV104.6492.65175.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.77%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=57.77%
G=28.04%
B=14.19%

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
Decimal171834200.510.750.3319.0760.5641.76
HexAB532A0334B21133d2a
Octal2531235206311341237552
Binary1010101110100111010100110011100101110000110011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB532A; }

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

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

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

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

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

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

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

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