Html Css Color HEX #A6BDAB Gum Leaf

📋 copy color: '#A6BDAB'

red 166 ◦ green 189 ◦ blue 171

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

Shades of Gum Leaf #A6BDAB

Tints of Gum Leaf #A6BDAB

RGB

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

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

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

R = 31.56%
G = 35.93%
B = 32.51%

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

#A6BDAB (or 0xA6BDAB) is known color: Gum Leaf. HEX triplet: A6, BD and AB. RGB value is (166,189,171). Sum of RGB (Red+Green+Blue) = 166+189+171=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDAB is #594254. Grayscale: #B4B4B4. Windows color (decimal): -5849685 or 11255206. OLE color: 11255206.

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

Color convert

RGB 166 189 171 -
CMYK 0.12 0 0.10 0.26
HSL 133.04º 0.15% 0.7% -
HSV(B) 133.04º 0.12% 0.74% -
XYZ 41.27 47.44 45.51 -
YUV 180.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 166 189 171 0.12 0 0.10 0.26 133.04 0.15 0.7
Hex A6 BD AB C 0 A 1A 85 F 46
Octal 246 275 253 14 0 12 32 205 17 106
Binary 10100110 10111101 10101011 1100 0 1010 11010 10000101 1111 1000110

Color Harmonies of #A6BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDAB

Black with #A6BDAB

Text Example


Text Example

White with #A6BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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