Html Css Color HEX #A5A59A Foggy Grey

📋 copy color: '#A5A59A'

red 165 ◦ green 165 ◦ blue 154

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

Shades of Foggy Grey #A5A59A

Tints of Foggy Grey #A5A59A

RGB

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

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

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

R = 34.09%
G = 34.09%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5A59A (or 0xA5A59A) is known color: Foggy Grey. HEX triplet: A5, A5 and 9A. RGB value is (165,165,154). Sum of RGB (Red+Green+Blue) = 165+165+154=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A59A is #5A5A65. Grayscale: #A3A3A3. Windows color (decimal): -5921382 or 10134949. OLE color: 10134949.

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

Color convert

RGB 165 165 154 -
CMYK 0 0 0.07 0.35
HSL 60º 0.06% 0.63% -
HSV(B) 60º 0.07% 0.65% -
XYZ 34.8 37.24 35.93 -
YUV 163.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 165 165 154 0 0 0.07 0.35 60 0.06 0.63
Hex A5 A5 9A 0 0 7 23 3C 6 3F
Octal 245 245 232 0 0 7 43 74 6 77
Binary 10100101 10100101 10011010 0 0 111 100011 111100 110 111111

Color Harmonies of #A5A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A59A

Black with #A5A59A

Text Example


Text Example

White with #A5A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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