Html Css Color HEX #A0BEAA Gum Leaf

📋 copy color: '#A0BEAA'

red 160 ◦ green 190 ◦ blue 170

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

Shades of Gum Leaf #A0BEAA

Tints of Gum Leaf #A0BEAA

RGB

 RED value IS 160 (62.89% from 255) = 30.77%

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

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 30.77%
G = 36.54%
B = 32.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A0BEAA (or 0xA0BEAA) is known color: Gum Leaf. HEX triplet: A0, BE and AA. RGB value is (160,190,170). Sum of RGB (Red+Green+Blue) = 160+190+170=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEAA is #5F4155. Grayscale: #B2B2B2. Windows color (decimal): -6242646 or 11189920. OLE color: 11189920.

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

Color convert

RGB 160 190 170 -
CMYK 0.16 0 0.11 0.25
HSL 140º 0.19% 0.69% -
HSV(B) 140º 0.16% 0.75% -
XYZ 40.17 47.2 45.02 -
YUV 178.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 160 190 170 0.16 0 0.11 0.25 140 0.19 0.69
Hex A0 BE AA 10 0 B 19 8C 13 45
Octal 240 276 252 20 0 13 31 214 23 105
Binary 10100000 10111110 10101010 10000 0 1011 11001 10001100 10011 1000101

Color Harmonies of #A0BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEAA

Black with #A0BEAA

Text Example


Text Example

White with #A0BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEAA; }

 p { color: rgb(160,190,170); }

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

background-color css

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

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

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

border-color css

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

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

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