Html Css Color HEX #A9BEA8 Zanah

📋 copy color: '#A9BEA8'

red 169 ◦ green 190 ◦ blue 168

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

Shades of Zanah #A9BEA8

Tints of Zanah #A9BEA8

RGB

 RED value IS 169 (66.41% from 255) = 32.07%

 GREEN value IS 190 (74.61% from 255) = 36.05%

 BLUE value IS 168 (66.02% from 255) = 31.88%

R = 32.07%
G = 36.05%
B = 31.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#A9BEA8 (or 0xA9BEA8) is known color: Zanah. HEX triplet: A9, BE and A8. RGB value is (169,190,168). Sum of RGB (Red+Green+Blue) = 169+190+168=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BEA8 is #564157. Grayscale: #B5B5B5. Windows color (decimal): -5652824 or 11058857. OLE color: 11058857.

HSL color Cylindrical-coordinate representation of color #A9BEA8: hue angle of 117.27º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BEA8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 190 168 -
CMYK 0.11 0 0.12 0.25
HSL 117.27º 0.14% 0.7% -
HSV(B) 117.27º 0.12% 0.75% -
XYZ 41.84 48.09 44.12 -
YUV 181.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 169 190 168 0.11 0 0.12 0.25 117.27 0.14 0.7
Hex A9 BE A8 B 0 C 19 75 E 46
Octal 251 276 250 13 0 14 31 165 16 106
Binary 10101001 10111110 10101000 1011 0 1100 11001 1110101 1110 1000110

Color Harmonies of #A9BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BEA8

Black with #A9BEA8

Text Example


Text Example

White with #A9BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BEA8; }

 p { color: rgb(169,190,168); }

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

background-color css

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

 a { background-color: rgb(169,190,168); }

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

border-color css

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

 span { border-color: rgb(169,190,168); }

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