#A7CDAF

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

Shades of Gum Leaf #A7CDAF

Tints of Gum Leaf #A7CDAF

Color information

#A7CDAF (or 0xA7CDAF) is unknown color: approx Gum Leaf. HEX triplet: A7, CD and AF. RGB value is (167,205,175). Sum of RGB (Red+Green+Blue) = 167+205+175=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CDAF is #583250. Grayscale: #BEBEBE. Windows color (decimal): -5780049 or 11521447. OLE color: 11521447.

HSL color Cylindrical-coordinate representation of color #A7CDAF: hue angle of 132.63º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CDAF is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB167205175-
CMYK0.1900.150.20
HSL132.63º27.54%72.94%-
HSV(B)132.63º18.54%80.39%-
XYZ45.5154.9748.77-
YUV190.22119.41111.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=30.53%
G=37.48%
B=31.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051750.1900.150.20132.6327.5472.94
HexA7CDAF130F14851c49
Octal247315257230172420534111
Binary10100111110011011010111110011011111010010000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDAF; }

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

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

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

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

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

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

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

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