#ABA095

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

Shades of Cloudy #ABA095

Tints of Cloudy #ABA095

Color information

#ABA095 (or 0xABA095) is unknown color: approx Cloudy. HEX triplet: AB, A0 and 95. RGB value is (171,160,149). Sum of RGB (Red+Green+Blue) = 171+160+149=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA095 is #545F6A. Grayscale: #A2A2A2. Windows color (decimal): -5529451 or 9805995. OLE color: 9805995.

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

Color convert

RGB171160149-
CMYK00.060.130.33
HSL30º11.58%62.75%-
HSV(B)30º12.87%67.06%-
XYZ34.7935.9733.54-
YUV162.03120.64134.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=35.62%
G=33.33%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116014900.060.130.333011.5862.75
HexABA09506D211ec3f
Octal253240225061541361477
Binary10101011101000001001010101101101100001111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA095; }

 p { color: rgb(171,160,149); }

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

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

 a { background-color: rgb(171,160,149); }

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

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

 span { border-color: rgb(171,160,149); }

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