Html Css Color HEX #A5A59E Foggy Grey

📋 copy color: '#A5A59E'

red 165 ◦ green 165 ◦ blue 158

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

Shades of Foggy Grey #A5A59E

Tints of Foggy Grey #A5A59E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

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

R = 33.81%
G = 33.81%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5A59E (or 0xA5A59E) is known color: Foggy Grey. HEX triplet: A5, A5 and 9E. RGB value is (165,165,158). Sum of RGB (Red+Green+Blue) = 165+165+158=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A59E is #5A5A61. Grayscale: #A4A4A4. Windows color (decimal): -5921378 or 10397093. OLE color: 10397093.

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

Color convert

RGB 165 165 158 -
CMYK 0 0 0.04 0.35
HSL 60º 0.04% 0.63% -
HSV(B) 60º 0.04% 0.65% -
XYZ 35.14 37.38 37.71 -
YUV 164.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 165 165 158 0 0 0.04 0.35 60 0.04 0.63
Hex A5 A5 9E 0 0 4 23 3C 4 3F
Octal 245 245 236 0 0 4 43 74 4 77
Binary 10100101 10100101 10011110 0 0 100 100011 111100 100 111111

Color Harmonies of #A5A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A59E

Black with #A5A59E

Text Example


Text Example

White with #A5A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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