Html Css Color HEX #A6BEAB Gum Leaf

📋 copy color: '#A6BEAB'

red 166 ◦ green 190 ◦ blue 171

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

Shades of Gum Leaf #A6BEAB

Tints of Gum Leaf #A6BEAB

RGB

 RED value IS 166 (65.23% from 255) = 31.5%

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

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

R = 31.5%
G = 36.05%
B = 32.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A6BEAB (or 0xA6BEAB) is known color: Gum Leaf. HEX triplet: A6, BE and AB. RGB value is (166,190,171). Sum of RGB (Red+Green+Blue) = 166+190+171=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEAB is #594154. Grayscale: #B4B4B4. Windows color (decimal): -5849429 or 11255462. OLE color: 11255462.

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

Color convert

RGB 166 190 171 -
CMYK 0.13 0 0.10 0.25
HSL 132.5º 0.16% 0.7% -
HSV(B) 132.5º 0.13% 0.75% -
XYZ 41.49 47.87 45.58 -
YUV 180.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 166 190 171 0.13 0 0.10 0.25 132.5 0.16 0.7
Hex A6 BE AB D 0 A 19 84 10 46
Octal 246 276 253 15 0 12 31 204 20 106
Binary 10100110 10111110 10101011 1101 0 1010 11001 10000100 10000 1000110

Color Harmonies of #A6BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BEAB

Black with #A6BEAB

Text Example


Text Example

White with #A6BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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