Html Css Color HEX #A6A498 Foggy Grey

📋 copy color: '#A6A498'

red 166 ◦ green 164 ◦ blue 152

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

Shades of Foggy Grey #A6A498

Tints of Foggy Grey #A6A498

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 34.44%
G = 34.02%
B = 31.54%

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

#A6A498 (or 0xA6A498) is known color: Foggy Grey. HEX triplet: A6, A4 and 98. RGB value is (166,164,152). Sum of RGB (Red+Green+Blue) = 166+164+152=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A498 is #595B67. Grayscale: #A3A3A3. Windows color (decimal): -5856104 or 10003622. OLE color: 10003622.

HSL color Cylindrical-coordinate representation of color #A6A498: 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 #A6A498 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 164 152 -
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.67 36.92 35.01 -
YUV 163.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 166 164 152 0 0.01 0.08 0.35 51.43 0.07 0.62
Hex A6 A4 98 0 1 8 23 33 7 3E
Octal 246 244 230 0 1 10 43 63 7 76
Binary 10100110 10100100 10011000 0 1 1000 100011 110011 111 111110

Color Harmonies of #A6A498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A498

Black with #A6A498

Text Example


Text Example

White with #A6A498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A498; }

 p { color: rgb(166,164,152); }

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

background-color css

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

 a { background-color: rgb(166,164,152); }

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

border-color css

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

 span { border-color: rgb(166,164,152); }

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