#ABA69C

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

Shades of Cloudy #ABA69C

Tints of Cloudy #ABA69C

Color information

#ABA69C (or 0xABA69C) is unknown color: approx Cloudy. HEX triplet: AB, A6 and 9C. RGB value is (171,166,156). Sum of RGB (Red+Green+Blue) = 171+166+156=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69C is #545963. Grayscale: #A6A6A6. Windows color (decimal): -5527908 or 10266283. OLE color: 10266283.

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

Color convert

RGB171166156-
CMYK00.030.090.33
HSL40º8.2%64.12%-
HSV(B)40º8.77%67.06%-
XYZ36.4338.3336.93-
YUV166.36122.16131.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=34.69%
G=33.67%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116615600.030.090.33408.264.12
HexABA69C0392128840
Octal2532462340311415010100
Binary101010111010011010011100011100110000110100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA69C; }

 p { color: rgb(171,166,156); }

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

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

 a { background-color: rgb(171,166,156); }

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

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

 span { border-color: rgb(171,166,156); }

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