#AB4826

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

Shades of Rose Of Sharon #AB4826

Tints of Rose Of Sharon #AB4826

Color information

#AB4826 (or 0xAB4826) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 48 and 26. RGB value is (171,72,38). Sum of RGB (Red+Green+Blue) = 171+72+38=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4826 is #54B7D9. Grayscale: #616161. Windows color (decimal): -5552090 or 2508971. OLE color: 2508971.

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

Color convert

RGB1717238-
CMYK00.580.780.33
HSL15.34º63.64%40.98%-
HSV(B)15.34º77.78%67.06%-
XYZ19.4613.433.4-
YUV97.7294.3180.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=60.85%
G=25.62%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171723800.580.780.3315.3463.6440.98
HexAB482603A4E21f4029
Octal25311046072116411710051
Binary1010101110010001001100111010100111010000111111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4826; }

 p { color: rgb(171,72,38); }

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

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

 a { background-color: rgb(171,72,38); }

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

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

 span { border-color: rgb(171,72,38); }

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