#A5A19E

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

Shades of Cloudy #A5A19E

Tints of Cloudy #A5A19E

Color information

#A5A19E (or 0xA5A19E) is unknown color: approx Cloudy. HEX triplet: A5, A1 and 9E. RGB value is (165,161,158). Sum of RGB (Red+Green+Blue) = 165+161+158=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A19E is #5A5E61. Grayscale: #A1A1A1. Windows color (decimal): -5922402 or 10396069. OLE color: 10396069.

HSL color Cylindrical-coordinate representation of color #A5A19E: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5A19E is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB165161158-
CMYK00.020.040.35
HSL25.71º3.74%63.33%-
HSV(B)25.71º4.24%64.71%-
XYZ34.4335.9637.47-
YUV161.85125.83130.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=34.09%
G=33.26%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516115800.020.040.3525.713.7463.33
HexA5A19E024231a43f
Octal2452412360244332477
Binary10100101101000011001111001010010001111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A19E; }

 p { color: rgb(165,161,158); }

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

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

 a { background-color: rgb(165,161,158); }

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

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

 span { border-color: rgb(165,161,158); }

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