#ABA59A

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

Shades of Cloudy #ABA59A

Tints of Cloudy #ABA59A

Color information

#ABA59A (or 0xABA59A) is unknown color: approx Cloudy. HEX triplet: AB, A5 and 9A. RGB value is (171,165,154). Sum of RGB (Red+Green+Blue) = 171+165+154=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA59A is #545A65. Grayscale: #A5A5A5. Windows color (decimal): -5528166 or 10134955. OLE color: 10134955.

HSL color Cylindrical-coordinate representation of color #ABA59A: hue angle of 38.82º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA59A is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB171165154-
CMYK00.040.100.33
HSL38.82º9.19%63.73%-
HSV(B)38.82º9.94%67.06%-
XYZ36.0837.935.99-
YUV165.54121.49131.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=34.90%
G=33.67%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116515400.040.100.3338.829.1963.73
HexABA59A04A2127940
Octal2532452320412414711100
Binary1010101110100101100110100100101010000110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA59A; }

 p { color: rgb(171,165,154); }

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

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

 a { background-color: rgb(171,165,154); }

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

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

 span { border-color: rgb(171,165,154); }

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