Html Css Color HEX #A1BEAB Gum Leaf

📋 copy color: '#A1BEAB'

red 161 ◦ green 190 ◦ blue 171

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

Shades of Gum Leaf #A1BEAB

Tints of Gum Leaf #A1BEAB

RGB

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

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

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

R = 30.84%
G = 36.4%
B = 32.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A1BEAB (or 0xA1BEAB) is known color: Gum Leaf. HEX triplet: A1, BE and AB. RGB value is (161,190,171). Sum of RGB (Red+Green+Blue) = 161+190+171=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEAB is #5E4154. Grayscale: #B3B3B3. Windows color (decimal): -6177109 or 11255457. OLE color: 11255457.

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

Color convert

RGB 161 190 171 -
CMYK 0.15 0 0.10 0.25
HSL 140.69º 0.18% 0.69% -
HSV(B) 140.69º 0.15% 0.75% -
XYZ 40.46 47.34 45.53 -
YUV 179.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 161 190 171 0.15 0 0.10 0.25 140.69 0.18 0.69
Hex A1 BE AB F 0 A 19 8D 12 45
Octal 241 276 253 17 0 12 31 215 22 105
Binary 10100001 10111110 10101011 1111 0 1010 11001 10001101 10010 1000101

Color Harmonies of #A1BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BEAB

Black with #A1BEAB

Text Example


Text Example

White with #A1BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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