Html Css Color HEX #A6CCA7 Zanah

📋 copy color: '#A6CCA7'

red 166 ◦ green 204 ◦ blue 167

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

Shades of Zanah #A6CCA7

Tints of Zanah #A6CCA7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.99%

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

R = 30.91%
G = 37.99%
B = 31.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#A6CCA7 (or 0xA6CCA7) is known color: Zanah. HEX triplet: A6, CC and A7. RGB value is (166,204,167). Sum of RGB (Red+Green+Blue) = 166+204+167=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CCA7 is #593358. Grayscale: #BCBCBC. Windows color (decimal): -5845849 or 10996902. OLE color: 10996902.

HSL color Cylindrical-coordinate representation of color #A6CCA7: hue angle of 121.58º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCA7 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 167 -
CMYK 0.19 0 0.18 0.2
HSL 121.58º 0.27% 0.73% -
HSV(B) 121.58º 0.19% 0.8% -
XYZ 44.29 54.08 44.66 -
YUV 188.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 166 204 167 0.19 0 0.18 0.2 121.58 0.27 0.73
Hex A6 CC A7 13 0 12 14 7A 1B 49
Octal 246 314 247 23 0 22 24 172 33 111
Binary 10100110 11001100 10100111 10011 0 10010 10100 1111010 11011 1001001

Color Harmonies of #A6CCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCA7

Black with #A6CCA7

Text Example


Text Example

White with #A6CCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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