#ABA295

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

Shades of Cloudy #ABA295

Tints of Cloudy #ABA295

Color information

#ABA295 (or 0xABA295) is unknown color: approx Cloudy. HEX triplet: AB, A2 and 95. RGB value is (171,162,149). Sum of RGB (Red+Green+Blue) = 171+162+149=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA295 is #545D6A. Grayscale: #A3A3A3. Windows color (decimal): -5528939 or 9806507. OLE color: 9806507.

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

Color convert

RGB171162149-
CMYK00.050.130.33
HSL35.45º11.58%62.75%-
HSV(B)35.45º12.87%67.06%-
XYZ35.1436.6733.66-
YUV163.21119.98133.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=35.48%
G=33.61%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116214900.050.130.3335.4511.5862.75
HexABA29505D2123c3f
Octal253242225051541431477
Binary101010111010001010010101010111011000011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA295; }

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

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

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

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

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

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

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

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