#AFB3A0

Color #AFB3A0 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AFB3A0

Tints of Green Spring #AFB3A0

Color information

#AFB3A0 (or 0xAFB3A0) is unknown color: approx Green Spring. HEX triplet: AF, B3 and A0. RGB value is (175,179,160). Sum of RGB (Red+Green+Blue) = 175+179+160=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3A0 is #504C5F. Grayscale: #AFAFAF. Windows color (decimal): -5262432 or 10531759. OLE color: 10531759.

HSL color Cylindrical-coordinate representation of color #AFB3A0: hue angle of 72.63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB3A0 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB175179160-
CMYK0.0200.110.30
HSL72.63º11.11%66.47%-
HSV(B)72.63º10.61%70.2%-
XYZ40.1443.8939.61-
YUV175.64119.17127.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=34.05%
G=34.82%
B=31.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791600.0200.110.3072.6311.1166.47
HexAFB3A020B1E49b42
Octal25726324020133611113102
Binary101011111011001110100000100101111110100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3A0; }

 p { color: rgb(175,179,160); }

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

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

 a { background-color: rgb(175,179,160); }

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

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

 span { border-color: rgb(175,179,160); }

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