Html Css Color HEX #A6BCAD Gum Leaf

📋 copy color: '#A6BCAD'

red 166 ◦ green 188 ◦ blue 173

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

Shades of Gum Leaf #A6BCAD

Tints of Gum Leaf #A6BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 31.5%
G = 35.67%
B = 32.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#A6BCAD (or 0xA6BCAD) is known color: Gum Leaf. HEX triplet: A6, BC and AD. RGB value is (166,188,173). Sum of RGB (Red+Green+Blue) = 166+188+173=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCAD is #594352. Grayscale: #B3B3B3. Windows color (decimal): -5849939 or 11386022. OLE color: 11386022.

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

Color convert

RGB 166 188 173 -
CMYK 0.12 0 0.08 0.26
HSL 139.09º 0.14% 0.69% -
HSV(B) 139.09º 0.12% 0.74% -
XYZ 41.25 47.09 46.45 -
YUV 179.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 166 188 173 0.12 0 0.08 0.26 139.09 0.14 0.69
Hex A6 BC AD C 0 8 1A 8B E 45
Octal 246 274 255 14 0 10 32 213 16 105
Binary 10100110 10111100 10101101 1100 0 1000 11010 10001011 1110 1000101

Color Harmonies of #A6BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCAD

Black with #A6BCAD

Text Example


Text Example

White with #A6BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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