#ABA69E

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

Shades of Cloudy #ABA69E

Tints of Cloudy #ABA69E

Color information

#ABA69E (or 0xABA69E) is unknown color: approx Cloudy. HEX triplet: AB, A6 and 9E. RGB value is (171,166,158). Sum of RGB (Red+Green+Blue) = 171+166+158=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69E is #545961. Grayscale: #A6A6A6. Windows color (decimal): -5527906 or 10397355. OLE color: 10397355.

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

Color convert

RGB171166158-
CMYK00.030.080.33
HSL36.92º7.18%64.51%-
HSV(B)36.92º7.6%67.06%-
XYZ36.638.437.83-
YUV166.58123.16131.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=34.55%
G=33.54%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116615800.030.080.3336.927.1864.51
HexABA69E0382125741
Octal253246236031041457101
Binary10101011101001101001111001110001000011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA69E; }

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

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

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

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

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

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

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

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