Html Css Color HEX #A1C1A6 Gum Leaf

📋 copy color: '#A1C1A6'

red 161 ◦ green 193 ◦ blue 166

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

Shades of Gum Leaf #A1C1A6

Tints of Gum Leaf #A1C1A6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.12%

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

R = 30.96%
G = 37.12%
B = 31.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#A1C1A6 (or 0xA1C1A6) is known color: Gum Leaf. HEX triplet: A1, C1 and A6. RGB value is (161,193,166). Sum of RGB (Red+Green+Blue) = 161+193+166=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1A6 is #5E3E59. Grayscale: #B4B4B4. Windows color (decimal): -6176346 or 10928545. OLE color: 10928545.

HSL color Cylindrical-coordinate representation of color #A1C1A6: hue angle of 129.38º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1A6 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 166 -
CMYK 0.17 0 0.14 0.24
HSL 129.38º 0.21% 0.69% -
HSV(B) 129.38º 0.17% 0.76% -
XYZ 40.65 48.47 43.29 -
YUV 180.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 161 193 166 0.17 0 0.14 0.24 129.38 0.21 0.69
Hex A1 C1 A6 11 0 E 18 81 15 45
Octal 241 301 246 21 0 16 30 201 25 105
Binary 10100001 11000001 10100110 10001 0 1110 11000 10000001 10101 1000101

Color Harmonies of #A1C1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C1A6

Black with #A1C1A6

Text Example


Text Example

White with #A1C1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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