#AB4F25

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

Shades of Rose Of Sharon #AB4F25

Tints of Rose Of Sharon #AB4F25

Color information

#AB4F25 (or 0xAB4F25) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 4F and 25. RGB value is (171,79,37). Sum of RGB (Red+Green+Blue) = 171+79+37=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F25 is #54B0DA. Grayscale: #656565. Windows color (decimal): -5550299 or 2445227. OLE color: 2445227.

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

Color convert

RGB1717937-
CMYK00.540.780.33
HSL18.81º64.42%40.78%-
HSV(B)18.81º78.36%67.06%-
XYZ19.9214.383.48-
YUV101.7291.48177.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.58%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=59.58%
G=27.53%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171793700.540.780.3318.8164.4240.78
HexAB4F250364E21134029
Octal25311745066116412310051
Binary10101011100111110010101101101001110100001100111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4F25; }

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

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

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

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

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

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

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

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