#AB6054

Color #AB6054 Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #AB6054

Tints of Crail #AB6054

Color information

#AB6054 (or 0xAB6054) is unknown color: approx Crail. HEX triplet: AB, 60 and 54. RGB value is (171,96,84). Sum of RGB (Red+Green+Blue) = 171+96+84=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6054 is #549FAB. Grayscale: #757575. Windows color (decimal): -5545900 or 5529771. OLE color: 5529771.

HSL color Cylindrical-coordinate representation of color #AB6054: hue angle of 8.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6054 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1719684-
CMYK00.440.510.33
HSL8.28º34.12%50%-
HSV(B)8.28º50.88%67.06%-
XYZ22.5817.6610.61-
YUV117.06109.35166.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 84 (33.20% from 255) = 23.93%
R=48.72%
G=27.35%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171968400.440.510.338.2834.1250
HexAB605402C332182232
Octal2531401240546341104262
Binary101010111100000101010001011001100111000011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6054; }

 p { color: rgb(171,96,84); }

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

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

 a { background-color: rgb(171,96,84); }

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

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

 span { border-color: rgb(171,96,84); }

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