Html Css Color HEX #A6BFAA Gum Leaf

📋 copy color: '#A6BFAA'

red 166 ◦ green 191 ◦ blue 170

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

Shades of Gum Leaf #A6BFAA

Tints of Gum Leaf #A6BFAA

RGB

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

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

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

R = 31.5%
G = 36.24%
B = 32.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A6BFAA (or 0xA6BFAA) is known color: Gum Leaf. HEX triplet: A6, BF and AA. RGB value is (166,191,170). Sum of RGB (Red+Green+Blue) = 166+191+170=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFAA is #594055. Grayscale: #B5B5B5. Windows color (decimal): -5849174 or 11190182. OLE color: 11190182.

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

Color convert

RGB 166 191 170 -
CMYK 0.13 0 0.11 0.25
HSL 129.6º 0.16% 0.7% -
HSV(B) 129.6º 0.13% 0.75% -
XYZ 41.61 48.27 45.15 -
YUV 181.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 166 191 170 0.13 0 0.11 0.25 129.6 0.16 0.7
Hex A6 BF AA D 0 B 19 82 10 46
Octal 246 277 252 15 0 13 31 202 20 106
Binary 10100110 10111111 10101010 1101 0 1011 11001 10000010 10000 1000110

Color Harmonies of #A6BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFAA

Black with #A6BFAA

Text Example


Text Example

White with #A6BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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