#ABA8A4

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

Shades of Cloudy #ABA8A4

Tints of Cloudy #ABA8A4

Color information

#ABA8A4 (or 0xABA8A4) is unknown color: approx Cloudy. HEX triplet: AB, A8 and A4. RGB value is (171,168,164). Sum of RGB (Red+Green+Blue) = 171+168+164=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA8A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8A4 is #54575B. Grayscale: #A8A8A8. Windows color (decimal): -5527388 or 10791083. OLE color: 10791083.

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

Color convert

RGB171168164-
CMYK00.020.040.33
HSL34.29º4%65.69%-
HSV(B)34.29º4.09%67.06%-
XYZ37.539.3440.74-
YUV168.44125.49129.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=34.00%
G=33.40%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116816400.020.040.3334.29465.69
HexABA8A40242122442
Octal25325024402441424102
Binary1010101110101000101001000101001000011000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8A4; }

 p { color: rgb(171,168,164); }

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

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

 a { background-color: rgb(171,168,164); }

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

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

 span { border-color: rgb(171,168,164); }

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