Html Css Color HEX #A1BCA8 Gum Leaf

📋 copy color: '#A1BCA8'

red 161 ◦ green 188 ◦ blue 168

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

Shades of Gum Leaf #A1BCA8

Tints of Gum Leaf #A1BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 31.14%
G = 36.36%
B = 32.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A1BCA8 (or 0xA1BCA8) is known color: Gum Leaf. HEX triplet: A1, BC and A8. RGB value is (161,188,168). Sum of RGB (Red+Green+Blue) = 161+188+168=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCA8 is #5E4357. Grayscale: #B1B1B1. Windows color (decimal): -6177624 or 11058337. OLE color: 11058337.

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

Color convert

RGB 161 188 168 -
CMYK 0.14 0 0.11 0.26
HSL 135.56º 0.17% 0.68% -
HSV(B) 135.56º 0.14% 0.74% -
XYZ 39.75 46.37 43.9 -
YUV 177.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 161 188 168 0.14 0 0.11 0.26 135.56 0.17 0.68
Hex A1 BC A8 E 0 B 1A 88 11 44
Octal 241 274 250 16 0 13 32 210 21 104
Binary 10100001 10111100 10101000 1110 0 1011 11010 10001000 10001 1000100

Color Harmonies of #A1BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCA8

Black with #A1BCA8

Text Example


Text Example

White with #A1BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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