Html Css Color HEX #A5A499 Foggy Grey

📋 copy color: '#A5A499'

red 165 ◦ green 164 ◦ blue 153

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

Shades of Foggy Grey #A5A499

Tints of Foggy Grey #A5A499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 34.23%
G = 34.02%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5A499 (or 0xA5A499) is known color: Foggy Grey. HEX triplet: A5, A4 and 99. RGB value is (165,164,153). Sum of RGB (Red+Green+Blue) = 165+164+153=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A499 is #5A5B66. Grayscale: #A3A3A3. Windows color (decimal): -5921639 or 10069157. OLE color: 10069157.

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

Color convert

RGB 165 164 153 -
CMYK 0 0.01 0.07 0.35
HSL 55º 0.06% 0.62% -
HSV(B) 55º 0.07% 0.65% -
XYZ 34.54 36.85 35.43 -
YUV 163.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 165 164 153 0 0.01 0.07 0.35 55 0.06 0.62
Hex A5 A4 99 0 1 7 23 37 6 3E
Octal 245 244 231 0 1 7 43 67 6 76
Binary 10100101 10100100 10011001 0 1 111 100011 110111 110 111110

Color Harmonies of #A5A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A499

Black with #A5A499

Text Example


Text Example

White with #A5A499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A499; }

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

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

background-color css

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

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

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

border-color css

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

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

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