Html Css Color HEX #A6A596 Foggy Grey

📋 copy color: '#A6A596'

red 166 ◦ green 165 ◦ blue 150

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

Shades of Foggy Grey #A6A596

Tints of Foggy Grey #A6A596

RGB

 RED value IS 166 (65.23% from 255) = 34.51%

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

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

R = 34.51%
G = 34.3%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A6A596 (or 0xA6A596) is known color: Foggy Grey. HEX triplet: A6, A5 and 96. RGB value is (166,165,150). Sum of RGB (Red+Green+Blue) = 166+165+150=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A596 is #595A69. Grayscale: #A3A3A3. Windows color (decimal): -5855850 or 9872806. OLE color: 9872806.

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

Color convert

RGB 166 165 150 -
CMYK 0 0.01 0.10 0.35
HSL 56.25º 0.08% 0.62% -
HSV(B) 56.25º 0.1% 0.65% -
XYZ 34.69 37.22 34.21 -
YUV 163.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 166 165 150 0 0.01 0.10 0.35 56.25 0.08 0.62
Hex A6 A5 96 0 1 A 23 38 8 3E
Octal 246 245 226 0 1 12 43 70 10 76
Binary 10100110 10100101 10010110 0 1 1010 100011 111000 1000 111110

Color Harmonies of #A6A596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A596

Black with #A6A596

Text Example


Text Example

White with #A6A596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A596; }

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

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

background-color css

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

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

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

border-color css

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

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

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