Html Css Color HEX #A5A397 Foggy Grey

📋 copy color: '#A5A397'

red 165 ◦ green 163 ◦ blue 151

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

Shades of Foggy Grey #A5A397

Tints of Foggy Grey #A5A397

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 34.45%
G = 34.03%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A5A397 (or 0xA5A397) is known color: Foggy Grey. HEX triplet: A5, A3 and 97. RGB value is (165,163,151). Sum of RGB (Red+Green+Blue) = 165+163+151=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A397 is #5A5C68. Grayscale: #A2A2A2. Windows color (decimal): -5921897 or 9937829. OLE color: 9937829.

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

Color convert

RGB 165 163 151 -
CMYK 0 0.01 0.08 0.35
HSL 51.43º 0.07% 0.62% -
HSV(B) 51.43º 0.08% 0.65% -
XYZ 34.2 36.43 34.51 -
YUV 162.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 165 163 151 0 0.01 0.08 0.35 51.43 0.07 0.62
Hex A5 A3 97 0 1 8 23 33 7 3E
Octal 245 243 227 0 1 10 43 63 7 76
Binary 10100101 10100011 10010111 0 1 1000 100011 110011 111 111110

Color Harmonies of #A5A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A397

Black with #A5A397

Text Example


Text Example

White with #A5A397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A397; }

 p { color: rgb(165,163,151); }

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

background-color css

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

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

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

border-color css

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

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

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