#ABA399

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

Shades of Cloudy #ABA399

Tints of Cloudy #ABA399

Color information

#ABA399 (or 0xABA399) is unknown color: approx Cloudy. HEX triplet: AB, A3 and 99. RGB value is (171,163,153). Sum of RGB (Red+Green+Blue) = 171+163+153=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA399 is #545C66. Grayscale: #A4A4A4. Windows color (decimal): -5528679 or 10068907. OLE color: 10068907.

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

Color convert

RGB171163153-
CMYK00.050.110.33
HSL33.33º9.68%63.53%-
HSV(B)33.33º10.53%67.06%-
XYZ35.6437.1535.43-
YUV164.25121.65132.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=35.11%
G=33.47%
B=31.42%

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
Decimal17116315300.050.110.3333.339.6863.53
HexABA39905B2121a40
Octal2532432310513414112100
Binary1010101110100011100110010101101110000110000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA399; }

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

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

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

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

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

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

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

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