#A7BEAF

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

Shades of Gum Leaf #A7BEAF

Tints of Gum Leaf #A7BEAF

Color information

#A7BEAF (or 0xA7BEAF) is unknown color: approx Gum Leaf. HEX triplet: A7, BE and AF. RGB value is (167,190,175). Sum of RGB (Red+Green+Blue) = 167+190+175=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BEAF is #584150. Grayscale: #B5B5B5. Windows color (decimal): -5783889 or 11517607. OLE color: 11517607.

HSL color Cylindrical-coordinate representation of color #A7BEAF: hue angle of 140.87º 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 #A7BEAF is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB167190175-
CMYK0.1200.080.25
HSL140.87º15.03%70%-
HSV(B)140.87º12.11%74.51%-
XYZ42.0948.1447.63-
YUV181.41124.38117.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=31.39%
G=35.71%
B=32.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901750.1200.080.25140.8715.0370
HexA7BEAFC08198df46
Octal247276257140103121517106
Binary101001111011111010101111110001000110011000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEAF; }

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

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

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

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

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

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

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

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