#A8C9AF

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

Shades of Gum Leaf #A8C9AF

Tints of Gum Leaf #A8C9AF

Color information

#A8C9AF (or 0xA8C9AF) is unknown color: approx Gum Leaf. HEX triplet: A8, C9 and AF. RGB value is (168,201,175). Sum of RGB (Red+Green+Blue) = 168+201+175=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9AF is #573650. Grayscale: #BCBCBC. Windows color (decimal): -5715537 or 11520424. OLE color: 11520424.

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

Color convert

RGB168201175-
CMYK0.1600.130.21
HSL132.73º23.4%72.35%-
HSV(B)132.73º16.42%78.82%-
XYZ44.7753.1948.46-
YUV188.17120.57113.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=30.88%
G=36.95%
B=32.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011750.1600.130.21132.7323.472.35
HexA8C9AF100D15851748
Octal250311257200152520527110
Binary10101000110010011010111110000011011010110000101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C9AF; }

 p { color: rgb(168,201,175); }

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

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

 a { background-color: rgb(168,201,175); }

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

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

 span { border-color: rgb(168,201,175); }

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