Html Css Color HEX #A6C3AD Gum Leaf

📋 copy color: '#A6C3AD'

red 166 ◦ green 195 ◦ blue 173

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

Shades of Gum Leaf #A6C3AD

Tints of Gum Leaf #A6C3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.52%

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

R = 31.09%
G = 36.52%
B = 32.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#A6C3AD (or 0xA6C3AD) is known color: Gum Leaf. HEX triplet: A6, C3 and AD. RGB value is (166,195,173). Sum of RGB (Red+Green+Blue) = 166+195+173=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C3AD is #593C52. Grayscale: #B7B7B7. Windows color (decimal): -5848147 or 11387814. OLE color: 11387814.

HSL color Cylindrical-coordinate representation of color #A6C3AD: hue angle of 134.48º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C3AD is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 195 173 -
CMYK 0.15 0 0.11 0.24
HSL 134.48º 0.19% 0.71% -
HSV(B) 134.48º 0.15% 0.76% -
XYZ 42.78 50.15 46.96 -
YUV 183.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 166 195 173 0.15 0 0.11 0.24 134.48 0.19 0.71
Hex A6 C3 AD F 0 B 18 86 13 47
Octal 246 303 255 17 0 13 30 206 23 107
Binary 10100110 11000011 10101101 1111 0 1011 11000 10000110 10011 1000111

Color Harmonies of #A6C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C3AD

Black with #A6C3AD

Text Example


Text Example

White with #A6C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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