Html Css Color HEX #A5A494 Foggy Grey

📋 copy color: '#A5A494'

red 165 ◦ green 164 ◦ blue 148

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

Shades of Foggy Grey #A5A494

Tints of Foggy Grey #A5A494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 34.59%
G = 34.38%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A5A494 (or 0xA5A494) is known color: Foggy Grey. HEX triplet: A5, A4 and 94. RGB value is (165,164,148). Sum of RGB (Red+Green+Blue) = 165+164+148=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A494 is #5A5B6B. Grayscale: #A2A2A2. Windows color (decimal): -5921644 or 9741477. OLE color: 9741477.

HSL color Cylindrical-coordinate representation of color #A5A494: hue angle of 56.47º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5A494 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 164 148 -
CMYK 0 0.01 0.10 0.35
HSL 56.47º 0.09% 0.61% -
HSV(B) 56.47º 0.1% 0.65% -
XYZ 34.14 36.69 33.3 -
YUV 162.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 165 164 148 0 0.01 0.10 0.35 56.47 0.09 0.61
Hex A5 A4 94 0 1 A 23 38 9 3D
Octal 245 244 224 0 1 12 43 70 11 75
Binary 10100101 10100100 10010100 0 1 1010 100011 111000 1001 111101

Color Harmonies of #A5A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A494

Black with #A5A494

Text Example


Text Example

White with #A5A494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A494; }

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

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

background-color css

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

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

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

border-color css

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

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

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