Html Css Color HEX #A6C6A7 Zanah

📋 copy color: '#A6C6A7'

red 166 ◦ green 198 ◦ blue 167

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

Shades of Zanah #A6C6A7

Tints of Zanah #A6C6A7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.29%

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

R = 31.26%
G = 37.29%
B = 31.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#A6C6A7 (or 0xA6C6A7) is known color: Zanah. HEX triplet: A6, C6 and A7. RGB value is (166,198,167). Sum of RGB (Red+Green+Blue) = 166+198+167=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C6A7 is #593958. Grayscale: #B8B8B8. Windows color (decimal): -5847385 or 10995366. OLE color: 10995366.

HSL color Cylindrical-coordinate representation of color #A6C6A7: hue angle of 121.88º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C6A7 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 167 -
CMYK 0.16 0 0.16 0.22
HSL 121.88º 0.22% 0.71% -
HSV(B) 121.88º 0.16% 0.78% -
XYZ 42.9 51.29 44.2 -
YUV 184.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 166 198 167 0.16 0 0.16 0.22 121.88 0.22 0.71
Hex A6 C6 A7 10 0 10 16 7A 16 47
Octal 246 306 247 20 0 20 26 172 26 107
Binary 10100110 11000110 10100111 10000 0 10000 10110 1111010 10110 1000111

Color Harmonies of #A6C6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C6A7

Black with #A6C6A7

Text Example


Text Example

White with #A6C6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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