#ABA198

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

Shades of Cloudy #ABA198

Tints of Cloudy #ABA198

Color information

#ABA198 (or 0xABA198) is unknown color: approx Cloudy. HEX triplet: AB, A1 and 98. RGB value is (171,161,152). Sum of RGB (Red+Green+Blue) = 171+161+152=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA198 is #545E67. Grayscale: #A3A3A3. Windows color (decimal): -5529192 or 10002859. OLE color: 10002859.

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

Color convert

RGB171161152-
CMYK00.060.110.33
HSL28.42º10.16%63.33%-
HSV(B)28.42º11.11%67.06%-
XYZ35.2136.4134.88-
YUV162.96121.81133.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=35.33%
G=33.26%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116115200.060.110.3328.4210.1663.33
HexABA19806B211ca3f
Octal253241230061341341277
Binary10101011101000011001100001101011100001111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA198; }

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

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

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

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

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

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

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

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