#A7B4AA

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

Shades of Gum Leaf #A7B4AA

Tints of Gum Leaf #A7B4AA

Color information

#A7B4AA (or 0xA7B4AA) is unknown color: approx Gum Leaf. HEX triplet: A7, B4 and AA. RGB value is (167,180,170). Sum of RGB (Red+Green+Blue) = 167+180+170=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B4AA is #584B55. Grayscale: #AEAEAE. Windows color (decimal): -5786454 or 11187367. OLE color: 11187367.

HSL color Cylindrical-coordinate representation of color #A7B4AA: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7B4AA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB167180170-
CMYK0.0700.060.29
HSL133.85º7.98%68.04%-
HSV(B)133.85º7.22%70.59%-
XYZ39.5143.7644.39-
YUV174.97125.19122.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=32.30%
G=34.82%
B=32.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671801700.0700.060.29133.857.9868.04
HexA7B4AA7061D86844
Octal2472642527063520610104
Binary1010011110110100101010101110110111011000011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B4AA; }

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

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

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

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

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

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

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

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