Html Css Color HEX #A1BAA5 Gum Leaf

📋 copy color: '#A1BAA5'

red 161 ◦ green 186 ◦ blue 165

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

Shades of Gum Leaf #A1BAA5

Tints of Gum Leaf #A1BAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

 BLUE value IS 165 (64.84% from 255) = 32.23%

R = 31.45%
G = 36.33%
B = 32.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A1BAA5 (or 0xA1BAA5) is known color: Gum Leaf. HEX triplet: A1, BA and A5. RGB value is (161,186,165). Sum of RGB (Red+Green+Blue) = 161+186+165=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAA5 is #5E455A. Grayscale: #B0B0B0. Windows color (decimal): -6178139 or 10861217. OLE color: 10861217.

HSL color Cylindrical-coordinate representation of color #A1BAA5: hue angle of 129.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1BAA5 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 186 165 -
CMYK 0.13 0 0.11 0.27
HSL 129.6º 0.15% 0.68% -
HSV(B) 129.6º 0.13% 0.73% -
XYZ 39.05 45.41 42.3 -
YUV 176.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 161 186 165 0.13 0 0.11 0.27 129.6 0.15 0.68
Hex A1 BA A5 D 0 B 1B 82 F 44
Octal 241 272 245 15 0 13 33 202 17 104
Binary 10100001 10111010 10100101 1101 0 1011 11011 10000010 1111 1000100

Color Harmonies of #A1BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BAA5

Black with #A1BAA5

Text Example


Text Example

White with #A1BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BAA5; }

 p { color: rgb(161,186,165); }

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

background-color css

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

 a { background-color: rgb(161,186,165); }

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

border-color css

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

 span { border-color: rgb(161,186,165); }

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