Html Css Color HEX #A8BEAB Gum Leaf

📋 copy color: '#A8BEAB'

red 168 ◦ green 190 ◦ blue 171

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

Shades of Gum Leaf #A8BEAB

Tints of Gum Leaf #A8BEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 31.76%
G = 35.92%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A8BEAB (or 0xA8BEAB) is known color: Gum Leaf. HEX triplet: A8, BE and AB. RGB value is (168,190,171). Sum of RGB (Red+Green+Blue) = 168+190+171=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEAB is #574154. Grayscale: #B5B5B5. Windows color (decimal): -5718357 or 11255464. OLE color: 11255464.

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

Color convert

RGB 168 190 171 -
CMYK 0.12 0 0.10 0.25
HSL 128.18º 0.14% 0.7% -
HSV(B) 128.18º 0.12% 0.75% -
XYZ 41.91 48.09 45.6 -
YUV 181.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 168 190 171 0.12 0 0.10 0.25 128.18 0.14 0.7
Hex A8 BE AB C 0 A 19 80 E 46
Octal 250 276 253 14 0 12 31 200 16 106
Binary 10101000 10111110 10101011 1100 0 1010 11001 10000000 1110 1000110

Color Harmonies of #A8BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEAB

Black with #A8BEAB

Text Example


Text Example

White with #A8BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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