Html Css Color HEX #A6B9AC Gum Leaf

📋 copy color: '#A6B9AC'

red 166 ◦ green 185 ◦ blue 172

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

Shades of Gum Leaf #A6B9AC

Tints of Gum Leaf #A6B9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

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

R = 31.74%
G = 35.37%
B = 32.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#A6B9AC (or 0xA6B9AC) is known color: Gum Leaf. HEX triplet: A6, B9 and AC. RGB value is (166,185,172). Sum of RGB (Red+Green+Blue) = 166+185+172=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9AC is #594653. Grayscale: #B1B1B1. Windows color (decimal): -5850708 or 11319718. OLE color: 11319718.

HSL color Cylindrical-coordinate representation of color #A6B9AC: hue angle of 138.95º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B9AC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 172 -
CMYK 0.10 0 0.07 0.27
HSL 138.95º 0.12% 0.69% -
HSV(B) 138.95º 0.1% 0.73% -
XYZ 40.52 45.78 45.73 -
YUV 177.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 166 185 172 0.10 0 0.07 0.27 138.95 0.12 0.69
Hex A6 B9 AC A 0 7 1B 8B C 45
Octal 246 271 254 12 0 7 33 213 14 105
Binary 10100110 10111001 10101100 1010 0 111 11011 10001011 1100 1000101

Color Harmonies of #A6B9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9AC

Black with #A6B9AC

Text Example


Text Example

White with #A6B9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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