#ABA192

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

Shades of Cloudy #ABA192

Tints of Cloudy #ABA192

Color information

#ABA192 (or 0xABA192) is unknown color: approx Cloudy. HEX triplet: AB, A1 and 92. RGB value is (171,161,146). Sum of RGB (Red+Green+Blue) = 171+161+146=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA192 is #545E6D. Grayscale: #A2A2A2. Windows color (decimal): -5529198 or 9609643. OLE color: 9609643.

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

Color convert

RGB171161146-
CMYK00.060.150.33
HSL36º12.95%62.16%-
HSV(B)36º14.62%67.06%-
XYZ34.7336.2232.36-
YUV162.28118.81134.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=35.77%
G=33.68%
B=30.54%

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
Decimal17116114600.060.150.333612.9562.16
HexABA19206F2124d3e
Octal253241222061741441576
Binary101010111010000110010010011011111000011001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA192; }

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

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

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

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

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

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

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

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