Html Css Color HEX #A1BDA7 Gum Leaf

📋 copy color: '#A1BDA7'

red 161 ◦ green 189 ◦ blue 167

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

Shades of Gum Leaf #A1BDA7

Tints of Gum Leaf #A1BDA7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

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

R = 31.14%
G = 36.56%
B = 32.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A1BDA7 (or 0xA1BDA7) is known color: Gum Leaf. HEX triplet: A1, BD and A7. RGB value is (161,189,167). Sum of RGB (Red+Green+Blue) = 161+189+167=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDA7 is #5E4258. Grayscale: #B2B2B2. Windows color (decimal): -6177369 or 10993057. OLE color: 10993057.

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

Color convert

RGB 161 189 167 -
CMYK 0.15 0 0.12 0.26
HSL 132.86º 0.18% 0.69% -
HSV(B) 132.86º 0.15% 0.74% -
XYZ 39.87 46.76 43.48 -
YUV 178.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 161 189 167 0.15 0 0.12 0.26 132.86 0.18 0.69
Hex A1 BD A7 F 0 C 1A 85 12 45
Octal 241 275 247 17 0 14 32 205 22 105
Binary 10100001 10111101 10100111 1111 0 1100 11010 10000101 10010 1000101

Color Harmonies of #A1BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDA7

Black with #A1BDA7

Text Example


Text Example

White with #A1BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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