#AB4C30

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

Shades of Rose Of Sharon #AB4C30

Tints of Rose Of Sharon #AB4C30

Color information

#AB4C30 (or 0xAB4C30) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 4C and 30. RGB value is (171,76,48). Sum of RGB (Red+Green+Blue) = 171+76+48=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C30 is #54B3CF. Grayscale: #656565. Windows color (decimal): -5551056 or 3165355. OLE color: 3165355.

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

Color convert

RGB1717648-
CMYK00.560.720.33
HSL13.66º56.16%42.94%-
HSV(B)13.66º71.93%67.06%-
XYZ19.9114.044.46-
YUV101.2197.97177.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=57.97%
G=25.76%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171764800.560.720.3313.6656.1642.94
HexAB4C300384821e382b
Octal2531146007011041167053
Binary101010111001100110000011100010010001000011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4C30; }

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

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

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

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

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

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

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

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