#AB451E

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

Shades of Rose Of Sharon #AB451E

Tints of Rose Of Sharon #AB451E

Color information

#AB451E (or 0xAB451E) is unknown color: approx Rose Of Sharon. HEX triplet: AB, 45 and 1E. RGB value is (171,69,30). Sum of RGB (Red+Green+Blue) = 171+69+30=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB451E is #54BAE1. Grayscale: #5F5F5F. Windows color (decimal): -5552866 or 1983915. OLE color: 1983915.

HSL color Cylindrical-coordinate representation of color #AB451E: hue angle of 16.6º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB451E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB1716930-
CMYK00.600.820.33
HSL16.6º70.15%39.41%-
HSV(B)16.6º82.46%67.06%-
XYZ19.1613.012.73-
YUV95.0591.29182.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.33%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=63.33%
G=25.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171693000.600.820.3316.670.1539.41
HexAB451E03C5221114627
Octal25310536074122412110647
Binary1010101110001011111001111001010010100001100011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB451E; }

 p { color: rgb(171,69,30); }

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

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

 a { background-color: rgb(171,69,30); }

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

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

 span { border-color: rgb(171,69,30); }

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