#ABA69B

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

Shades of Cloudy #ABA69B

Tints of Cloudy #ABA69B

Color information

#ABA69B (or 0xABA69B) is unknown color: approx Cloudy. HEX triplet: AB, A6 and 9B. RGB value is (171,166,155). Sum of RGB (Red+Green+Blue) = 171+166+155=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69B is #545964. Grayscale: #A6A6A6. Windows color (decimal): -5527909 or 10200747. OLE color: 10200747.

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

Color convert

RGB171166155-
CMYK00.030.090.33
HSL41.25º8.7%63.92%-
HSV(B)41.25º9.36%67.06%-
XYZ36.3538.336.49-
YUV166.24121.66131.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=34.76%
G=33.74%
B=31.50%

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
Decimal17116615500.030.090.3341.258.763.92
HexABA69B0392129940
Octal2532462330311415111100
Binary101010111010011010011011011100110000110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA69B; }

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

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

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

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

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

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

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

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