#AB562A

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

Shades of Rose Of Sharon #AB562A

Tints of Rose Of Sharon #AB562A

Color information

#AB562A (or 0xAB562A) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 56 and 2A. RGB value is (171,86,42). Sum of RGB (Red+Green+Blue) = 171+86+42=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB562A is #54A9D5. Grayscale: #6A6A6A. Windows color (decimal): -5548502 or 2774699. OLE color: 2774699.

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

Color convert

RGB1718642-
CMYK00.500.750.33
HSL20.47º60.56%41.76%-
HSV(B)20.47º75.44%67.06%-
XYZ20.5415.484.1-
YUV106.491.66174.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=57.19%
G=28.76%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171864200.500.750.3320.4760.5641.76
HexAB562A0324B21143d2a
Octal2531265206211341247552
Binary1010101110101101010100110010100101110000110100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB562A; }

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

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

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

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

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

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

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

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