#A7CAAD

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

Shades of Gum Leaf #A7CAAD

Tints of Gum Leaf #A7CAAD

Color information

#A7CAAD (or 0xA7CAAD) is unknown color: approx Gum Leaf. HEX triplet: A7, CA and AD. RGB value is (167,202,173). Sum of RGB (Red+Green+Blue) = 167+202+173=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CAAD is #583552. Grayscale: #BCBCBC. Windows color (decimal): -5780819 or 11389607. OLE color: 11389607.

HSL color Cylindrical-coordinate representation of color #A7CAAD: hue angle of 130.29º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7CAAD is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB167202173-
CMYK0.1700.140.21
HSL130.29º24.82%72.35%-
HSV(B)130.29º17.33%79.22%-
XYZ44.653.4747.51-
YUV188.23119.4112.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.81%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=30.81%
G=37.27%
B=31.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672021730.1700.140.21130.2924.8272.35
HexA7CAAD110E15821948
Octal247312255210162520231110
Binary10100111110010101010110110001011101010110000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CAAD; }

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

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

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

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

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

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

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

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