Html Css Color HEX #A1BEAA Gum Leaf

📋 copy color: '#A1BEAA'

red 161 ◦ green 190 ◦ blue 170

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

Shades of Gum Leaf #A1BEAA

Tints of Gum Leaf #A1BEAA

RGB

 RED value IS 161 (63.28% from 255) = 30.9%

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

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

R = 30.9%
G = 36.47%
B = 32.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A1BEAA (or 0xA1BEAA) is known color: Gum Leaf. HEX triplet: A1, BE and AA. RGB value is (161,190,170). Sum of RGB (Red+Green+Blue) = 161+190+170=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEAA is #5E4155. Grayscale: #B3B3B3. Windows color (decimal): -6177110 or 11189921. OLE color: 11189921.

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

Color convert

RGB 161 190 170 -
CMYK 0.15 0 0.11 0.25
HSL 138.62º 0.18% 0.69% -
HSV(B) 138.62º 0.15% 0.75% -
XYZ 40.37 47.31 45.03 -
YUV 179.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 161 190 170 0.15 0 0.11 0.25 138.62 0.18 0.69
Hex A1 BE AA F 0 B 19 8B 12 45
Octal 241 276 252 17 0 13 31 213 22 105
Binary 10100001 10111110 10101010 1111 0 1011 11001 10001011 10010 1000101

Color Harmonies of #A1BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BEAA

Black with #A1BEAA

Text Example


Text Example

White with #A1BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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