Html Css Color HEX #A6BFAD Gum Leaf

📋 copy color: '#A6BFAD'

red 166 ◦ green 191 ◦ blue 173

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

Shades of Gum Leaf #A6BFAD

Tints of Gum Leaf #A6BFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 31.32%
G = 36.04%
B = 32.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A6BFAD (or 0xA6BFAD) is known color: Gum Leaf. HEX triplet: A6, BF and AD. RGB value is (166,191,173). Sum of RGB (Red+Green+Blue) = 166+191+173=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BFAD is #594052. Grayscale: #B5B5B5. Windows color (decimal): -5849171 or 11386790. OLE color: 11386790.

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

Color convert

RGB 166 191 173 -
CMYK 0.13 0 0.09 0.25
HSL 136.8º 0.16% 0.7% -
HSV(B) 136.8º 0.13% 0.75% -
XYZ 41.9 48.39 46.67 -
YUV 181.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 166 191 173 0.13 0 0.09 0.25 136.8 0.16 0.7
Hex A6 BF AD D 0 9 19 89 10 46
Octal 246 277 255 15 0 11 31 211 20 106
Binary 10100110 10111111 10101101 1101 0 1001 11001 10001001 10000 1000110

Color Harmonies of #A6BFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFAD

Black with #A6BFAD

Text Example


Text Example

White with #A6BFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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