#ABA298

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

Shades of Cloudy #ABA298

Tints of Cloudy #ABA298

Color information

#ABA298 (or 0xABA298) is unknown color: approx Cloudy. HEX triplet: AB, A2 and 98. RGB value is (171,162,152). Sum of RGB (Red+Green+Blue) = 171+162+152=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA298 is #545D67. Grayscale: #A3A3A3. Windows color (decimal): -5528936 or 10003115. OLE color: 10003115.

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

Color convert

RGB171162152-
CMYK00.050.110.33
HSL31.58º10.16%63.33%-
HSV(B)31.58º11.11%67.06%-
XYZ35.3836.7734.94-
YUV163.55121.48133.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=35.26%
G=33.40%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116215200.050.110.3331.5810.1663.33
HexABA29805B2120a3f
Octal253242230051341401277
Binary101010111010001010011000010110111000011000001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA298; }

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

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

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

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

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

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

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

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