Html Css Color HEX #A1BCA6 Gum Leaf

📋 copy color: '#A1BCA6'

red 161 ◦ green 188 ◦ blue 166

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

Shades of Gum Leaf #A1BCA6

Tints of Gum Leaf #A1BCA6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 31.26%
G = 36.5%
B = 32.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A1BCA6 (or 0xA1BCA6) is known color: Gum Leaf. HEX triplet: A1, BC and A6. RGB value is (161,188,166). Sum of RGB (Red+Green+Blue) = 161+188+166=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCA6 is #5E4359. Grayscale: #B1B1B1. Windows color (decimal): -6177626 or 10927265. OLE color: 10927265.

HSL color Cylindrical-coordinate representation of color #A1BCA6: hue angle of 131.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCA6 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 166 -
CMYK 0.14 0 0.12 0.26
HSL 131.11º 0.17% 0.68% -
HSV(B) 131.11º 0.14% 0.74% -
XYZ 39.56 46.3 42.93 -
YUV 177.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 161 188 166 0.14 0 0.12 0.26 131.11 0.17 0.68
Hex A1 BC A6 E 0 C 1A 83 11 44
Octal 241 274 246 16 0 14 32 203 21 104
Binary 10100001 10111100 10100110 1110 0 1100 11010 10000011 10001 1000100

Color Harmonies of #A1BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCA6

Black with #A1BCA6

Text Example


Text Example

White with #A1BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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