Html Css Color HEX #A8C7A5 Zanah

📋 copy color: '#A8C7A5'

red 168 ◦ green 199 ◦ blue 165

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

Shades of Zanah #A8C7A5

Tints of Zanah #A8C7A5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

 BLUE value IS 165 (64.84% from 255) = 31.02%

R = 31.58%
G = 37.41%
B = 31.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#A8C7A5 (or 0xA8C7A5) is known color: Zanah. HEX triplet: A8, C7 and A5. RGB value is (168,199,165). Sum of RGB (Red+Green+Blue) = 168+199+165=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C7A5 is #57385A. Grayscale: #B9B9B9. Windows color (decimal): -5716059 or 10864552. OLE color: 10864552.

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

Color convert

RGB 168 199 165 -
CMYK 0.16 0 0.17 0.22
HSL 114.71º 0.23% 0.71% -
HSV(B) 114.71º 0.17% 0.78% -
XYZ 43.36 51.89 43.33 -
YUV 185.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 168 199 165 0.16 0 0.17 0.22 114.71 0.23 0.71
Hex A8 C7 A5 10 0 11 16 73 17 47
Octal 250 307 245 20 0 21 26 163 27 107
Binary 10101000 11000111 10100101 10000 0 10001 10110 1110011 10111 1000111

Color Harmonies of #A8C7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C7A5

Black with #A8C7A5

Text Example


Text Example

White with #A8C7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C7A5; }

 p { color: rgb(168,199,165); }

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

background-color css

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

 a { background-color: rgb(168,199,165); }

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

border-color css

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

 span { border-color: rgb(168,199,165); }

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