Html Css Color HEX #A1C0AB Gum Leaf

📋 copy color: '#A1C0AB'

red 161 ◦ green 192 ◦ blue 171

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

Shades of Gum Leaf #A1C0AB

Tints of Gum Leaf #A1C0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 30.73%
G = 36.64%
B = 32.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A1C0AB (or 0xA1C0AB) is known color: Gum Leaf. HEX triplet: A1, C0 and AB. RGB value is (161,192,171). Sum of RGB (Red+Green+Blue) = 161+192+171=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0AB is #5E3F54. Grayscale: #B4B4B4. Windows color (decimal): -6176597 or 11255969. OLE color: 11255969.

HSL color Cylindrical-coordinate representation of color #A1C0AB: hue angle of 139.35º 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 #A1C0AB is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 171 -
CMYK 0.16 0 0.11 0.25
HSL 139.35º 0.2% 0.69% -
HSV(B) 139.35º 0.16% 0.75% -
XYZ 40.9 48.22 45.68 -
YUV 180.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 161 192 171 0.16 0 0.11 0.25 139.35 0.2 0.69
Hex A1 C0 AB 10 0 B 19 8B 14 45
Octal 241 300 253 20 0 13 31 213 24 105
Binary 10100001 11000000 10101011 10000 0 1011 11001 10001011 10100 1000101

Color Harmonies of #A1C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C0AB

Black with #A1C0AB

Text Example


Text Example

White with #A1C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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