Html Css Color HEX #A7CCA6 Zanah

📋 copy color: '#A7CCA6'

red 167 ◦ green 204 ◦ blue 166

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

Shades of Zanah #A7CCA6

Tints of Zanah #A7CCA6

RGB

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

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

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

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

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #A7CCA6: hue angle of 118.42º 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 #A7CCA6 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 204 166 -
CMYK 0.18 0 0.19 0.2
HSL 118.42º 0.27% 0.73% -
HSV(B) 118.42º 0.19% 0.8% -
XYZ 44.41 54.15 44.19 -
YUV 188.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 167 204 166 0.18 0 0.19 0.2 118.42 0.27 0.73
Hex A7 CC A6 12 0 13 14 76 1B 49
Octal 247 314 246 22 0 23 24 166 33 111
Binary 10100111 11001100 10100110 10010 0 10011 10100 1110110 11011 1001001

Color Harmonies of #A7CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CCA6

Black with #A7CCA6

Text Example


Text Example

White with #A7CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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