Html Css Color HEX #A5A49A Foggy Grey

📋 copy color: '#A5A49A'

red 165 ◦ green 164 ◦ blue 154

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

Shades of Foggy Grey #A5A49A

Tints of Foggy Grey #A5A49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.88%

R = 34.16%
G = 33.95%
B = 31.88%

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

#A5A49A (or 0xA5A49A) is known color: Foggy Grey. HEX triplet: A5, A4 and 9A. RGB value is (165,164,154). Sum of RGB (Red+Green+Blue) = 165+164+154=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A49A is #5A5B65. Grayscale: #A3A3A3. Windows color (decimal): -5921638 or 10134693. OLE color: 10134693.

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

Color convert

RGB 165 164 154 -
CMYK 0 0.01 0.07 0.35
HSL 54.55º 0.06% 0.63% -
HSV(B) 54.55º 0.07% 0.65% -
XYZ 34.63 36.88 35.87 -
YUV 163.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 165 164 154 0 0.01 0.07 0.35 54.55 0.06 0.63
Hex A5 A4 9A 0 1 7 23 37 6 3F
Octal 245 244 232 0 1 7 43 67 6 77
Binary 10100101 10100100 10011010 0 1 111 100011 110111 110 111111

Color Harmonies of #A5A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A49A

Black with #A5A49A

Text Example


Text Example

White with #A5A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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