Html Css Color HEX #A8BEA8 Zanah

📋 copy color: '#A8BEA8'

red 168 ◦ green 190 ◦ blue 168

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

Shades of Zanah #A8BEA8

Tints of Zanah #A8BEA8

RGB

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

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

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

R = 31.94%
G = 36.12%
B = 31.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#A8BEA8 (or 0xA8BEA8) is known color: Zanah. HEX triplet: A8, BE and A8. RGB value is (168,190,168). Sum of RGB (Red+Green+Blue) = 168+190+168=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEA8 is #574157. Grayscale: #B4B4B4. Windows color (decimal): -5718360 or 11058856. OLE color: 11058856.

HSL color Cylindrical-coordinate representation of color #A8BEA8: hue angle of 120º 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 #A8BEA8 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 168 -
CMYK 0.12 0 0.12 0.25
HSL 120º 0.14% 0.7% -
HSV(B) 120º 0.12% 0.75% -
XYZ 41.63 47.98 44.11 -
YUV 180.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 168 190 168 0.12 0 0.12 0.25 120 0.14 0.7
Hex A8 BE A8 C 0 C 19 78 E 46
Octal 250 276 250 14 0 14 31 170 16 106
Binary 10101000 10111110 10101000 1100 0 1100 11001 1111000 1110 1000110

Color Harmonies of #A8BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEA8

Black with #A8BEA8

Text Example


Text Example

White with #A8BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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