#ABA498

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

Shades of Cloudy #ABA498

Tints of Cloudy #ABA498

Color information

#ABA498 (or 0xABA498) is unknown color: approx Cloudy. HEX triplet: AB, A4 and 98. RGB value is (171,164,152). Sum of RGB (Red+Green+Blue) = 171+164+152=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA498 is #545B67. Grayscale: #A4A4A4. Windows color (decimal): -5528424 or 10003627. OLE color: 10003627.

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

Color convert

RGB171164152-
CMYK00.040.110.33
HSL37.89º10.16%63.33%-
HSV(B)37.89º11.11%67.06%-
XYZ35.7437.4835.06-
YUV164.72120.82132.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=35.11%
G=33.68%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116415200.040.110.3337.8910.1663.33
HexABA49804B2126a3f
Octal253244230041341461277
Binary101010111010010010011000010010111000011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA498; }

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

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

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

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

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

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

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

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