Html Css Color HEX #A6BEAC Gum Leaf

📋 copy color: '#A6BEAC'

red 166 ◦ green 190 ◦ blue 172

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

Shades of Gum Leaf #A6BEAC

Tints of Gum Leaf #A6BEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.58%

R = 31.44%
G = 35.98%
B = 32.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A6BEAC (or 0xA6BEAC) is known color: Gum Leaf. HEX triplet: A6, BE and AC. RGB value is (166,190,172). Sum of RGB (Red+Green+Blue) = 166+190+172=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEAC is #594153. Grayscale: #B4B4B4. Windows color (decimal): -5849428 or 11320998. OLE color: 11320998.

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

Color convert

RGB 166 190 172 -
CMYK 0.13 0 0.09 0.25
HSL 135º 0.16% 0.7% -
HSV(B) 135º 0.13% 0.75% -
XYZ 41.59 47.91 46.09 -
YUV 180.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 166 190 172 0.13 0 0.09 0.25 135 0.16 0.7
Hex A6 BE AC D 0 9 19 87 10 46
Octal 246 276 254 15 0 11 31 207 20 106
Binary 10100110 10111110 10101100 1101 0 1001 11001 10000111 10000 1000110

Color Harmonies of #A6BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BEAC

Black with #A6BEAC

Text Example


Text Example

White with #A6BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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