#ABA59D

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

Shades of Cloudy #ABA59D

Tints of Cloudy #ABA59D

Color information

#ABA59D (or 0xABA59D) is unknown color: approx Cloudy. HEX triplet: AB, A5 and 9D. RGB value is (171,165,157). Sum of RGB (Red+Green+Blue) = 171+165+157=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA59D is #545A62. Grayscale: #A5A5A5. Windows color (decimal): -5528163 or 10331563. OLE color: 10331563.

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

Color convert

RGB171165157-
CMYK00.040.080.33
HSL34.29º7.69%64.31%-
HSV(B)34.29º8.19%67.06%-
XYZ36.343837.32-
YUV165.88122.99131.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=34.69%
G=33.47%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116515700.040.080.3334.297.6964.31
HexABA59D0482122840
Octal2532452350410414210100
Binary1010101110100101100111010100100010000110001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA59D; }

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

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

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

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

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

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

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

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