Html Css Color HEX #A1C0A6 Gum Leaf

📋 copy color: '#A1C0A6'

red 161 ◦ green 192 ◦ blue 166

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

Shades of Gum Leaf #A1C0A6

Tints of Gum Leaf #A1C0A6

RGB

 RED value IS 161 (63.28% from 255) = 31.02%

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 31.02%
G = 36.99%
B = 31.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A1C0A6 (or 0xA1C0A6) is known color: Gum Leaf. HEX triplet: A1, C0 and A6. RGB value is (161,192,166). Sum of RGB (Red+Green+Blue) = 161+192+166=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0A6 is #5E3F59. Grayscale: #B3B3B3. Windows color (decimal): -6176602 or 10928289. OLE color: 10928289.

HSL color Cylindrical-coordinate representation of color #A1C0A6: hue angle of 129.68º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1C0A6 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 166 -
CMYK 0.16 0 0.14 0.25
HSL 129.68º 0.2% 0.69% -
HSV(B) 129.68º 0.16% 0.75% -
XYZ 40.43 48.03 43.22 -
YUV 179.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 161 192 166 0.16 0 0.14 0.25 129.68 0.2 0.69
Hex A1 C0 A6 10 0 E 19 82 14 45
Octal 241 300 246 20 0 16 31 202 24 105
Binary 10100001 11000000 10100110 10000 0 1110 11001 10000010 10100 1000101

Color Harmonies of #A1C0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C0A6

Black with #A1C0A6

Text Example


Text Example

White with #A1C0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C0A6; }

 p { color: rgb(161,192,166); }

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

background-color css

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

 a { background-color: rgb(161,192,166); }

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

border-color css

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

 span { border-color: rgb(161,192,166); }

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