#AB4527

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

Shades of Rose Of Sharon #AB4527

Tints of Rose Of Sharon #AB4527

Color information

#AB4527 (or 0xAB4527) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 45 and 27. RGB value is (171,69,39). Sum of RGB (Red+Green+Blue) = 171+69+39=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4527 is #54BAD8. Grayscale: #606060. Windows color (decimal): -5552857 or 2573739. OLE color: 2573739.

HSL color Cylindrical-coordinate representation of color #AB4527: hue angle of 13.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB4527 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1716939-
CMYK00.600.770.33
HSL13.64º62.86%41.18%-
HSV(B)13.64º77.19%67.06%-
XYZ19.2913.063.42-
YUV96.0895.79181.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.29%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=61.29%
G=24.73%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171693900.600.770.3313.6462.8641.18
HexAB452703C4D21e3f29
Octal2531054707411541167751
Binary101010111000101100111011110010011011000011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4527; }

 p { color: rgb(171,69,39); }

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

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

 a { background-color: rgb(171,69,39); }

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

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

 span { border-color: rgb(171,69,39); }

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