Html Css Color HEX #A6C3AC Gum Leaf

📋 copy color: '#A6C3AC'

red 166 ◦ green 195 ◦ blue 172

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

Shades of Gum Leaf #A6C3AC

Tints of Gum Leaf #A6C3AC

RGB

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

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

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

R = 31.14%
G = 36.59%
B = 32.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#A6C3AC (or 0xA6C3AC) is known color: Gum Leaf. HEX triplet: A6, C3 and AC. RGB value is (166,195,172). Sum of RGB (Red+Green+Blue) = 166+195+172=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C3AC is #593C53. Grayscale: #B7B7B7. Windows color (decimal): -5848148 or 11322278. OLE color: 11322278.

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

Color convert

RGB 166 195 172 -
CMYK 0.15 0 0.12 0.24
HSL 132.41º 0.19% 0.71% -
HSV(B) 132.41º 0.15% 0.76% -
XYZ 42.69 50.12 46.45 -
YUV 183.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 166 195 172 0.15 0 0.12 0.24 132.41 0.19 0.71
Hex A6 C3 AC F 0 C 18 84 13 47
Octal 246 303 254 17 0 14 30 204 23 107
Binary 10100110 11000011 10101100 1111 0 1100 11000 10000100 10011 1000111

Color Harmonies of #A6C3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C3AC

Black with #A6C3AC

Text Example


Text Example

White with #A6C3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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