#A7BEAB

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

Shades of Gum Leaf #A7BEAB

Tints of Gum Leaf #A7BEAB

Color information

#A7BEAB (or 0xA7BEAB) is unknown color: approx Gum Leaf. HEX triplet: A7, BE and AB. RGB value is (167,190,171). Sum of RGB (Red+Green+Blue) = 167+190+171=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BEAB is #584154. Grayscale: #B5B5B5. Windows color (decimal): -5783893 or 11255463. OLE color: 11255463.

HSL color Cylindrical-coordinate representation of color #A7BEAB: hue angle of 130.43º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BEAB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB167190171-
CMYK0.1200.100.25
HSL130.43º15.03%70%-
HSV(B)130.43º12.11%74.51%-
XYZ41.747.9845.59-
YUV180.96122.38118.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=31.63%
G=35.98%
B=32.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901710.1200.100.25130.4315.0370
HexA7BEABC0A1982f46
Octal247276253140123120217106
Binary101001111011111010101011110001010110011000001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEAB; }

 p { color: rgb(167,190,171); }

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

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

 a { background-color: rgb(167,190,171); }

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

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

 span { border-color: rgb(167,190,171); }

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