#A7BDAE

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

Shades of Gum Leaf #A7BDAE

Tints of Gum Leaf #A7BDAE

Color information

#A7BDAE (or 0xA7BDAE) is unknown color: approx Gum Leaf. HEX triplet: A7, BD and AE. RGB value is (167,189,174). Sum of RGB (Red+Green+Blue) = 167+189+174=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDAE is #584251. Grayscale: #B4B4B4. Windows color (decimal): -5784146 or 11451815. OLE color: 11451815.

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

Color convert

RGB167189174-
CMYK0.1200.080.26
HSL139.09º14.29%69.8%-
HSV(B)139.09º11.64%74.12%-
XYZ41.7747.6747.04-
YUV180.71124.21118.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.51%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=31.51%
G=35.66%
B=32.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891740.1200.080.26139.0914.2969.8
HexA7BDAEC081A8be46
Octal247275256140103221316106
Binary101001111011110110101110110001000110101000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDAE; }

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

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

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

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

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

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

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

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