#ABA598

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

Shades of Cloudy #ABA598

Tints of Cloudy #ABA598

Color information

#ABA598 (or 0xABA598) is unknown color: approx Cloudy. HEX triplet: AB, A5 and 98. RGB value is (171,165,152). Sum of RGB (Red+Green+Blue) = 171+165+152=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA598 is #545A67. Grayscale: #A5A5A5. Windows color (decimal): -5528168 or 10003883. OLE color: 10003883.

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

Color convert

RGB171165152-
CMYK00.040.110.33
HSL41.05º10.16%63.33%-
HSV(B)41.05º11.11%67.06%-
XYZ35.9237.8435.12-
YUV165.31120.49132.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=35.04%
G=33.81%
B=31.15%

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
Decimal17116515200.040.110.3341.0510.1663.33
HexABA59804B2129a3f
Octal253245230041341511277
Binary101010111010010110011000010010111000011010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA598; }

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

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

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

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

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

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

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

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