#AFB1A0

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

Shades of Green Spring #AFB1A0

Tints of Green Spring #AFB1A0

Color information

#AFB1A0 (or 0xAFB1A0) is unknown color: approx Green Spring. HEX triplet: AF, B1 and A0. RGB value is (175,177,160). Sum of RGB (Red+Green+Blue) = 175+177+160=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1A0 is #504E5F. Grayscale: #AEAEAE. Windows color (decimal): -5262944 or 10531247. OLE color: 10531247.

HSL color Cylindrical-coordinate representation of color #AFB1A0: hue angle of 67.06º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB1A0 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB175177160-
CMYK0.0100.100.31
HSL67.06º9.83%66.08%-
HSV(B)67.06º9.6%69.41%-
XYZ39.7543.139.48-
YUV174.46119.84128.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=34.18%
G=34.57%
B=31.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771600.0100.100.3167.069.8366.08
HexAFB1A010A1F43a42
Octal25726124010123710312102
Binary10101111101100011010000010101011111100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1A0; }

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

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

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

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

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

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

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

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