#ABA299

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

Shades of Cloudy #ABA299

Tints of Cloudy #ABA299

Color information

#ABA299 (or 0xABA299) is unknown color: approx Cloudy. HEX triplet: AB, A2 and 99. RGB value is (171,162,153). Sum of RGB (Red+Green+Blue) = 171+162+153=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA299 is #545D66. Grayscale: #A3A3A3. Windows color (decimal): -5528935 or 10068651. OLE color: 10068651.

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

Color convert

RGB171162153-
CMYK00.050.110.33
HSL30º9.68%63.53%-
HSV(B)30º10.53%67.06%-
XYZ35.4636.835.37-
YUV163.66121.98133.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=35.19%
G=33.33%
B=31.48%

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
Decimal17116215300.050.110.33309.6863.53
HexABA29905B211ea40
Octal2532422310513413612100
Binary101010111010001010011001010110111000011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA299; }

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

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

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

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

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

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

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

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