Html Css Color HEX #A1BCA7 Gum Leaf

📋 copy color: '#A1BCA7'

red 161 ◦ green 188 ◦ blue 167

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

Shades of Gum Leaf #A1BCA7

Tints of Gum Leaf #A1BCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.36%

R = 31.2%
G = 36.43%
B = 32.36%

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

#A1BCA7 (or 0xA1BCA7) is known color: Gum Leaf. HEX triplet: A1, BC and A7. RGB value is (161,188,167). Sum of RGB (Red+Green+Blue) = 161+188+167=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCA7 is #5E4358. Grayscale: #B1B1B1. Windows color (decimal): -6177625 or 10992801. OLE color: 10992801.

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

Color convert

RGB 161 188 167 -
CMYK 0.14 0 0.11 0.26
HSL 133.33º 0.17% 0.68% -
HSV(B) 133.33º 0.14% 0.74% -
XYZ 39.66 46.33 43.41 -
YUV 177.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 161 188 167 0.14 0 0.11 0.26 133.33 0.17 0.68
Hex A1 BC A7 E 0 B 1A 85 11 44
Octal 241 274 247 16 0 13 32 205 21 104
Binary 10100001 10111100 10100111 1110 0 1011 11010 10000101 10001 1000100

Color Harmonies of #A1BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCA7

Black with #A1BCA7

Text Example


Text Example

White with #A1BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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