#ABA39D

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

Shades of Cloudy #ABA39D

Tints of Cloudy #ABA39D

Color information

#ABA39D (or 0xABA39D) is unknown color: approx Cloudy. HEX triplet: AB, A3 and 9D. RGB value is (171,163,157). Sum of RGB (Red+Green+Blue) = 171+163+157=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA39D is #545C62. Grayscale: #A4A4A4. Windows color (decimal): -5528675 or 10331051. OLE color: 10331051.

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

Color convert

RGB171163157-
CMYK00.050.080.33
HSL25.71º7.69%64.31%-
HSV(B)25.71º8.19%67.06%-
XYZ35.9837.2937.2-
YUV164.71123.65132.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=34.83%
G=33.20%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116315700.050.080.3325.717.6964.31
HexABA39D058211a840
Octal2532432350510413210100
Binary101010111010001110011101010110001000011101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA39D; }

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

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

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

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

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

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

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

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