#AB4F2F

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

Shades of Rose Of Sharon #AB4F2F

Tints of Rose Of Sharon #AB4F2F

Color information

#AB4F2F (or 0xAB4F2F) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 4F and 2F. RGB value is (171,79,47). Sum of RGB (Red+Green+Blue) = 171+79+47=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F2F is #54B0D0. Grayscale: #676767. Windows color (decimal): -5550289 or 3100587. OLE color: 3100587.

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

Color convert

RGB1717947-
CMYK00.540.730.33
HSL15.48º56.88%42.75%-
HSV(B)15.48º72.51%67.06%-
XYZ20.114.464.42-
YUV102.8696.48176.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 47 (18.75% from 255) = 15.82%
R=57.58%
G=26.60%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171794700.540.730.3315.4856.8842.75
HexAB4F2F0364921f392b
Octal2531175706611141177153
Binary101010111001111101111011011010010011000011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F2F; }

 p { color: rgb(171,79,47); }

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

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

 a { background-color: rgb(171,79,47); }

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

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

 span { border-color: rgb(171,79,47); }

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