#ABA69D

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

Shades of Cloudy #ABA69D

Tints of Cloudy #ABA69D

Color information

#ABA69D (or 0xABA69D) is unknown color: approx Cloudy. HEX triplet: AB, A6 and 9D. RGB value is (171,166,157). Sum of RGB (Red+Green+Blue) = 171+166+157=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69D is #545962. Grayscale: #A6A6A6. Windows color (decimal): -5527907 or 10331819. OLE color: 10331819.

HSL color Cylindrical-coordinate representation of color #ABA69D: hue angle of 38.57º 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 #ABA69D is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171166157-
CMYK00.030.080.33
HSL38.57º7.69%64.31%-
HSV(B)38.57º8.19%67.06%-
XYZ36.5238.3637.38-
YUV166.47122.66131.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=34.62%
G=33.60%
B=31.78%

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
Decimal17116615700.030.080.3338.577.6964.31
HexABA69D0382127840
Octal2532462350310414710100
Binary101010111010011010011101011100010000110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA69D; }

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

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

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

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

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

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

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

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