#ABA79E

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

Shades of Cloudy #ABA79E

Tints of Cloudy #ABA79E

Color information

#ABA79E (or 0xABA79E) is unknown color: approx Cloudy. HEX triplet: AB, A7 and 9E. RGB value is (171,167,158). Sum of RGB (Red+Green+Blue) = 171+167+158=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA79E is #545861. Grayscale: #A7A7A7. Windows color (decimal): -5527650 or 10397611. OLE color: 10397611.

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

Color convert

RGB171167158-
CMYK00.020.080.33
HSL41.54º7.18%64.51%-
HSV(B)41.54º7.6%67.06%-
XYZ36.7838.7637.89-
YUV167.17122.83130.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=34.48%
G=33.67%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116715800.020.080.3341.547.1864.51
HexABA79E028212a741
Octal253247236021041527101
Binary10101011101001111001111001010001000011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA79E; }

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

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

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

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

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

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

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

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