#A7BAAA

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

Shades of Gum Leaf #A7BAAA

Tints of Gum Leaf #A7BAAA

Color information

#A7BAAA (or 0xA7BAAA) is unknown color: approx Gum Leaf. HEX triplet: A7, BA and AA. RGB value is (167,186,170). Sum of RGB (Red+Green+Blue) = 167+186+170=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BAAA is #584555. Grayscale: #B2B2B2. Windows color (decimal): -5784918 or 11188903. OLE color: 11188903.

HSL color Cylindrical-coordinate representation of color #A7BAAA: hue angle of 129.47º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7BAAA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB167186170-
CMYK0.1000.090.27
HSL129.47º12.1%69.22%-
HSV(B)129.47º10.22%72.94%-
XYZ40.7546.2444.81-
YUV178.49123.21119.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=31.93%
G=35.56%
B=32.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861700.1000.090.27129.4712.169.22
HexA7BAAAA091B81c45
Octal247272252120113320114105
Binary101001111011101010101010101001001110111000000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAAA; }

 p { color: rgb(167,186,170); }

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

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

 a { background-color: rgb(167,186,170); }

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

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

 span { border-color: rgb(167,186,170); }

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