Html Css Color HEX #A5A396 Foggy Grey

📋 copy color: '#A5A396'

red 165 ◦ green 163 ◦ blue 150

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

Shades of Foggy Grey #A5A396

Tints of Foggy Grey #A5A396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 34.52%
G = 34.1%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A5A396 (or 0xA5A396) is known color: Foggy Grey. HEX triplet: A5, A3 and 96. RGB value is (165,163,150). Sum of RGB (Red+Green+Blue) = 165+163+150=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A396 is #5A5C69. Grayscale: #A2A2A2. Windows color (decimal): -5921898 or 9872293. OLE color: 9872293.

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

Color convert

RGB 165 163 150 -
CMYK 0 0.01 0.09 0.35
HSL 52º 0.08% 0.62% -
HSV(B) 52º 0.09% 0.65% -
XYZ 34.12 36.4 34.08 -
YUV 162.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 165 163 150 0 0.01 0.09 0.35 52 0.08 0.62
Hex A5 A3 96 0 1 9 23 34 8 3E
Octal 245 243 226 0 1 11 43 64 10 76
Binary 10100101 10100011 10010110 0 1 1001 100011 110100 1000 111110

Color Harmonies of #A5A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A396

Black with #A5A396

Text Example


Text Example

White with #A5A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A396; }

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

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

background-color css

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

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

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

border-color css

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

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

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