#A7BCAD

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

Shades of Gum Leaf #A7BCAD

Tints of Gum Leaf #A7BCAD

Color information

#A7BCAD (or 0xA7BCAD) is unknown color: approx Gum Leaf. HEX triplet: A7, BC and AD. RGB value is (167,188,173). Sum of RGB (Red+Green+Blue) = 167+188+173=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCAD is #584352. Grayscale: #B4B4B4. Windows color (decimal): -5784403 or 11386023. OLE color: 11386023.

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

Color convert

RGB167188173-
CMYK0.1100.080.26
HSL137.14º13.55%69.61%-
HSV(B)137.14º11.17%73.73%-
XYZ41.4647.246.46-
YUV180.01124.04118.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=31.63%
G=35.61%
B=32.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881730.1100.080.26137.1413.5569.61
HexA7BCADB081A89e46
Octal247274255130103221116106
Binary101001111011110010101101101101000110101000100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCAD; }

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

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

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

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

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

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

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

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