Html Css Color HEX #A6B8A7 Zanah

📋 copy color: '#A6B8A7'

red 166 ◦ green 184 ◦ blue 167

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

Shades of Zanah #A6B8A7

Tints of Zanah #A6B8A7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 167 (65.63% from 255) = 32.3%

R = 32.11%
G = 35.59%
B = 32.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#A6B8A7 (or 0xA6B8A7) is known color: Zanah. HEX triplet: A6, B8 and A7. RGB value is (166,184,167). Sum of RGB (Red+Green+Blue) = 166+184+167=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8A7 is #594758. Grayscale: #B0B0B0. Windows color (decimal): -5850969 or 10991782. OLE color: 10991782.

HSL color Cylindrical-coordinate representation of color #A6B8A7: hue angle of 123.33º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8A7 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 167 -
CMYK 0.10 0 0.09 0.28
HSL 123.33º 0.11% 0.69% -
HSV(B) 123.33º 0.1% 0.72% -
XYZ 39.84 45.18 43.18 -
YUV 176.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 166 184 167 0.10 0 0.09 0.28 123.33 0.11 0.69
Hex A6 B8 A7 A 0 9 1C 7B B 45
Octal 246 270 247 12 0 11 34 173 13 105
Binary 10100110 10111000 10100111 1010 0 1001 11100 1111011 1011 1000101

Color Harmonies of #A6B8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B8A7

Black with #A6B8A7

Text Example


Text Example

White with #A6B8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B8A7; }

 p { color: rgb(166,184,167); }

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

background-color css

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

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

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

border-color css

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

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

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