Html Css Color HEX #A6BDAA Gum Leaf

📋 copy color: '#A6BDAA'

red 166 ◦ green 189 ◦ blue 170

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

Shades of Gum Leaf #A6BDAA

Tints of Gum Leaf #A6BDAA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

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

R = 31.62%
G = 36%
B = 32.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#A6BDAA (or 0xA6BDAA) is known color: Gum Leaf. HEX triplet: A6, BD and AA. RGB value is (166,189,170). Sum of RGB (Red+Green+Blue) = 166+189+170=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDAA is #594255. Grayscale: #B4B4B4. Windows color (decimal): -5849686 or 11189670. OLE color: 11189670.

HSL color Cylindrical-coordinate representation of color #A6BDAA: hue angle of 130.43º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BDAA is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 170 -
CMYK 0.12 0 0.10 0.26
HSL 130.43º 0.15% 0.7% -
HSV(B) 130.43º 0.12% 0.74% -
XYZ 41.18 47.4 45.01 -
YUV 179.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 166 189 170 0.12 0 0.10 0.26 130.43 0.15 0.7
Hex A6 BD AA C 0 A 1A 82 F 46
Octal 246 275 252 14 0 12 32 202 17 106
Binary 10100110 10111101 10101010 1100 0 1010 11010 10000010 1111 1000110

Color Harmonies of #A6BDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDAA

Black with #A6BDAA

Text Example


Text Example

White with #A6BDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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