#A7BDA9

Color #A7BDA9 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A7BDA9

Tints of Gum Leaf #A7BDA9

Color information

#A7BDA9 (or 0xA7BDA9) is unknown color: approx Gum Leaf. HEX triplet: A7, BD and A9. RGB value is (167,189,169). Sum of RGB (Red+Green+Blue) = 167+189+169=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA9 is #584256. Grayscale: #B4B4B4. Windows color (decimal): -5784151 or 11124135. OLE color: 11124135.

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

Color convert

RGB167189169-
CMYK0.1200.110.26
HSL125.45º14.29%69.8%-
HSV(B)125.45º11.64%74.12%-
XYZ41.347.4844.52-
YUV180.14121.71118.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 169 (66.41% from 255) = 32.19%
R=31.81%
G=36%
B=32.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891690.1200.110.26125.4514.2969.8
HexA7BDA9C0B1A7de46
Octal247275251140133217516106
Binary10100111101111011010100111000101111010111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDA9; }

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

 H1.HeaderClassName
 {
   color: #A7BDA9;
 }
 .AnyTagClassName
 {
   color: #A7BDA9;
 }
</style>
background-color css

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

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

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

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

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

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