Html Css Color HEX #A5A49E Foggy Grey

📋 copy color: '#A5A49E'

red 165 ◦ green 164 ◦ blue 158

#A5A49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foggy Grey #A5A49E

Tints of Foggy Grey #A5A49E

RGB

 RED value IS 165 (64.84% from 255) = 33.88%

 GREEN value IS 164 (64.45% from 255) = 33.68%

 BLUE value IS 158 (62.11% from 255) = 32.44%

R = 33.88%
G = 33.68%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5A49E (or 0xA5A49E) is known color: Foggy Grey. HEX triplet: A5, A4 and 9E. RGB value is (165,164,158). Sum of RGB (Red+Green+Blue) = 165+164+158=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A49E is #5A5B61. Grayscale: #A3A3A3. Windows color (decimal): -5921634 or 10396837. OLE color: 10396837.

HSL color Cylindrical-coordinate representation of color #A5A49E: hue angle of 51.43º 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 #A5A49E is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 164 158 -
CMYK 0 0.01 0.04 0.35
HSL 51.43º 0.04% 0.63% -
HSV(B) 51.43º 0.04% 0.65% -
XYZ 34.96 37.02 37.65 -
YUV 163.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 165 164 158 0 0.01 0.04 0.35 51.43 0.04 0.63
Hex A5 A4 9E 0 1 4 23 33 4 3F
Octal 245 244 236 0 1 4 43 63 4 77
Binary 10100101 10100100 10011110 0 1 100 100011 110011 100 111111

Color Harmonies of #A5A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A49E

Black with #A5A49E

Text Example


Text Example

White with #A5A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A49E; }

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

 H1.HeaderClassName
 {
   color: #A5A49E;
 }
 .AnyTagClassName
 {
   color: #A5A49E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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