Html Css Color HEX #A1C0A9 Gum Leaf

📋 copy color: '#A1C0A9'

red 161 ◦ green 192 ◦ blue 169

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

Shades of Gum Leaf #A1C0A9

Tints of Gum Leaf #A1C0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.38%

R = 30.84%
G = 36.78%
B = 32.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#A1C0A9 (or 0xA1C0A9) is known color: Gum Leaf. HEX triplet: A1, C0 and A9. RGB value is (161,192,169). Sum of RGB (Red+Green+Blue) = 161+192+169=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0A9 is #5E3F56. Grayscale: #B4B4B4. Windows color (decimal): -6176599 or 11124897. OLE color: 11124897.

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

Color convert

RGB 161 192 169 -
CMYK 0.16 0 0.12 0.25
HSL 135.48º 0.2% 0.69% -
HSV(B) 135.48º 0.16% 0.75% -
XYZ 40.71 48.14 44.68 -
YUV 180.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 161 192 169 0.16 0 0.12 0.25 135.48 0.2 0.69
Hex A1 C0 A9 10 0 C 19 87 14 45
Octal 241 300 251 20 0 14 31 207 24 105
Binary 10100001 11000000 10101001 10000 0 1100 11001 10000111 10100 1000101

Color Harmonies of #A1C0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C0A9

Black with #A1C0A9

Text Example


Text Example

White with #A1C0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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