#ABA092

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

Shades of Cloudy #ABA092

Tints of Cloudy #ABA092

Color information

#ABA092 (or 0xABA092) is unknown color: approx Cloudy. HEX triplet: AB, A0 and 92. RGB value is (171,160,146). Sum of RGB (Red+Green+Blue) = 171+160+146=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA092 is #545F6D. Grayscale: #A1A1A1. Windows color (decimal): -5529454 or 9609387. OLE color: 9609387.

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

Color convert

RGB171160146-
CMYK00.060.150.33
HSL33.6º12.95%62.16%-
HSV(B)33.6º14.62%67.06%-
XYZ34.5535.8732.3-
YUV161.69119.14134.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=35.85%
G=33.54%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116014600.060.150.3333.612.9562.16
HexABA09206F2122d3e
Octal253240222061741421576
Binary101010111010000010010010011011111000011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA092; }

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

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

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

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

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

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

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

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