Html Css Color HEX #A8C5A6 Zanah

📋 copy color: '#A8C5A6'

red 168 ◦ green 197 ◦ blue 166

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

Shades of Zanah #A8C5A6

Tints of Zanah #A8C5A6

RGB

 RED value IS 168 (66.02% from 255) = 31.64%

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

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

R = 31.64%
G = 37.1%
B = 31.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#A8C5A6 (or 0xA8C5A6) is known color: Zanah. HEX triplet: A8, C5 and A6. RGB value is (168,197,166). Sum of RGB (Red+Green+Blue) = 168+197+166=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C5A6 is #573A59. Grayscale: #B8B8B8. Windows color (decimal): -5716570 or 10929576. OLE color: 10929576.

HSL color Cylindrical-coordinate representation of color #A8C5A6: hue angle of 116.13º 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 #A8C5A6 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 166 -
CMYK 0.15 0 0.16 0.23
HSL 116.13º 0.21% 0.71% -
HSV(B) 116.13º 0.16% 0.77% -
XYZ 43 51.01 43.66 -
YUV 184.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 168 197 166 0.15 0 0.16 0.23 116.13 0.21 0.71
Hex A8 C5 A6 F 0 10 17 74 15 47
Octal 250 305 246 17 0 20 27 164 25 107
Binary 10101000 11000101 10100110 1111 0 10000 10111 1110100 10101 1000111

Color Harmonies of #A8C5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C5A6

Black with #A8C5A6

Text Example


Text Example

White with #A8C5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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