Html Css Color HEX #A6BFAB Gum Leaf

📋 copy color: '#A6BFAB'

red 166 ◦ green 191 ◦ blue 171

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

Shades of Gum Leaf #A6BFAB

Tints of Gum Leaf #A6BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

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

R = 31.44%
G = 36.17%
B = 32.39%

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

#A6BFAB (or 0xA6BFAB) is known color: Gum Leaf. HEX triplet: A6, BF and AB. RGB value is (166,191,171). Sum of RGB (Red+Green+Blue) = 166+191+171=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFAB is #594054. Grayscale: #B5B5B5. Windows color (decimal): -5849173 or 11255718. OLE color: 11255718.

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

Color convert

RGB 166 191 171 -
CMYK 0.13 0 0.10 0.25
HSL 132º 0.16% 0.7% -
HSV(B) 132º 0.13% 0.75% -
XYZ 41.71 48.31 45.65 -
YUV 181.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 166 191 171 0.13 0 0.10 0.25 132 0.16 0.7
Hex A6 BF AB D 0 A 19 84 10 46
Octal 246 277 253 15 0 12 31 204 20 106
Binary 10100110 10111111 10101011 1101 0 1010 11001 10000100 10000 1000110

Color Harmonies of #A6BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFAB

Black with #A6BFAB

Text Example


Text Example

White with #A6BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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