Html Css Color HEX #A6C5A7 Zanah

📋 copy color: '#A6C5A7'

red 166 ◦ green 197 ◦ blue 167

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

Shades of Zanah #A6C5A7

Tints of Zanah #A6C5A7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.17%

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

R = 31.32%
G = 37.17%
B = 31.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#A6C5A7 (or 0xA6C5A7) is known color: Zanah. HEX triplet: A6, C5 and A7. RGB value is (166,197,167). Sum of RGB (Red+Green+Blue) = 166+197+167=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C5A7 is #593A58. Grayscale: #B8B8B8. Windows color (decimal): -5847641 or 10995110. OLE color: 10995110.

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

Color convert

RGB 166 197 167 -
CMYK 0.16 0 0.15 0.23
HSL 121.94º 0.21% 0.71% -
HSV(B) 121.94º 0.16% 0.77% -
XYZ 42.67 50.83 44.12 -
YUV 184.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 166 197 167 0.16 0 0.15 0.23 121.94 0.21 0.71
Hex A6 C5 A7 10 0 F 17 7A 15 47
Octal 246 305 247 20 0 17 27 172 25 107
Binary 10100110 11000101 10100111 10000 0 1111 10111 1111010 10101 1000111

Color Harmonies of #A6C5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C5A7

Black with #A6C5A7

Text Example


Text Example

White with #A6C5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C5A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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