#A7BAAD

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

Shades of Gum Leaf #A7BAAD

Tints of Gum Leaf #A7BAAD

Color information

#A7BAAD (or 0xA7BAAD) is unknown color: approx Gum Leaf. HEX triplet: A7, BA and AD. RGB value is (167,186,173). Sum of RGB (Red+Green+Blue) = 167+186+173=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BAAD is #584552. Grayscale: #B2B2B2. Windows color (decimal): -5784915 or 11385511. OLE color: 11385511.

HSL color Cylindrical-coordinate representation of color #A7BAAD: hue angle of 138.95º 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 #A7BAAD is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB167186173-
CMYK0.1000.070.27
HSL138.95º12.1%69.22%-
HSV(B)138.95º10.22%72.94%-
XYZ41.0446.3546.32-
YUV178.84124.71119.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=31.75%
G=35.36%
B=32.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861730.1000.070.27138.9512.169.22
HexA7BAADA071B8bc45
Octal24727225512073321314105
Binary10100111101110101010110110100111110111000101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAAD; }

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

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

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

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

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

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

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

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