Html Css Color HEX #A6A698 Foggy Grey

📋 copy color: '#A6A698'

red 166 ◦ green 166 ◦ blue 152

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

Shades of Foggy Grey #A6A698

Tints of Foggy Grey #A6A698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

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

R = 34.3%
G = 34.3%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A6A698 (or 0xA6A698) is known color: Foggy Grey. HEX triplet: A6, A6 and 98. RGB value is (166,166,152). Sum of RGB (Red+Green+Blue) = 166+166+152=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A698 is #595967. Grayscale: #A4A4A4. Windows color (decimal): -5855592 or 10004134. OLE color: 10004134.

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

Color convert

RGB 166 166 152 -
CMYK 0 0 0.08 0.35
HSL 60º 0.07% 0.62% -
HSV(B) 60º 0.08% 0.65% -
XYZ 35.03 37.65 35.13 -
YUV 164.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 166 166 152 0 0 0.08 0.35 60 0.07 0.62
Hex A6 A6 98 0 0 8 23 3C 7 3E
Octal 246 246 230 0 0 10 43 74 7 76
Binary 10100110 10100110 10011000 0 0 1000 100011 111100 111 111110

Color Harmonies of #A6A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A698

Black with #A6A698

Text Example


Text Example

White with #A6A698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A698; }

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

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

background-color css

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

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

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

border-color css

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

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

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