Html Css Color HEX #A5A59C Foggy Grey

📋 copy color: '#A5A59C'

red 165 ◦ green 165 ◦ blue 156

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

Shades of Foggy Grey #A5A59C

Tints of Foggy Grey #A5A59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 33.95%
G = 33.95%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5A59C (or 0xA5A59C) is known color: Foggy Grey. HEX triplet: A5, A5 and 9C. RGB value is (165,165,156). Sum of RGB (Red+Green+Blue) = 165+165+156=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A59C is #5A5A63. Grayscale: #A4A4A4. Windows color (decimal): -5921380 or 10266021. OLE color: 10266021.

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

Color convert

RGB 165 165 156 -
CMYK 0 0 0.05 0.35
HSL 60º 0.05% 0.63% -
HSV(B) 60º 0.05% 0.65% -
XYZ 34.97 37.31 36.81 -
YUV 163.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 165 165 156 0 0 0.05 0.35 60 0.05 0.63
Hex A5 A5 9C 0 0 5 23 3C 5 3F
Octal 245 245 234 0 0 5 43 74 5 77
Binary 10100101 10100101 10011100 0 0 101 100011 111100 101 111111

Color Harmonies of #A5A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A59C

Black with #A5A59C

Text Example


Text Example

White with #A5A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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