#AB4E30

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

Shades of Rose Of Sharon #AB4E30

Tints of Rose Of Sharon #AB4E30

Color information

#AB4E30 (or 0xAB4E30) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 4E and 30. RGB value is (171,78,48). Sum of RGB (Red+Green+Blue) = 171+78+48=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4E30 is #54B1CF. Grayscale: #666666. Windows color (decimal): -5550544 or 3165867. OLE color: 3165867.

HSL color Cylindrical-coordinate representation of color #AB4E30: hue angle of 14.63º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB4E30 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1717848-
CMYK00.540.720.33
HSL14.63º56.16%42.94%-
HSV(B)14.63º71.93%67.06%-
XYZ20.0514.324.5-
YUV102.3997.31176.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=57.58%
G=26.26%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171784800.540.720.3314.6356.1642.94
HexAB4E300364821f382b
Octal2531166006611041177053
Binary101010111001110110000011011010010001000011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4E30; }

 p { color: rgb(171,78,48); }

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

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

 a { background-color: rgb(171,78,48); }

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

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

 span { border-color: rgb(171,78,48); }

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