Html Css Color HEX #A5A49D Foggy Grey

📋 copy color: '#A5A49D'

red 165 ◦ green 164 ◦ blue 157

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

Shades of Foggy Grey #A5A49D

Tints of Foggy Grey #A5A49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.3%

R = 33.95%
G = 33.74%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5A49D (or 0xA5A49D) is known color: Foggy Grey. HEX triplet: A5, A4 and 9D. RGB value is (165,164,157). Sum of RGB (Red+Green+Blue) = 165+164+157=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A49D is #5A5B62. Grayscale: #A3A3A3. Windows color (decimal): -5921635 or 10331301. OLE color: 10331301.

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

Color convert

RGB 165 164 157 -
CMYK 0 0.01 0.05 0.35
HSL 52.5º 0.04% 0.63% -
HSV(B) 52.5º 0.05% 0.65% -
XYZ 34.88 36.98 37.2 -
YUV 163.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 165 164 157 0 0.01 0.05 0.35 52.5 0.04 0.63
Hex A5 A4 9D 0 1 5 23 34 4 3F
Octal 245 244 235 0 1 5 43 64 4 77
Binary 10100101 10100100 10011101 0 1 101 100011 110100 100 111111

Color Harmonies of #A5A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A49D

Black with #A5A49D

Text Example


Text Example

White with #A5A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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