#AFC3A0

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

Shades of Sprout #AFC3A0

Tints of Sprout #AFC3A0

Color information

#AFC3A0 (or 0xAFC3A0) is unknown color: approx Sprout. HEX triplet: AF, C3 and A0. RGB value is (175,195,160). Sum of RGB (Red+Green+Blue) = 175+195+160=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3A0 is #503C5F. Grayscale: #B9B9B9. Windows color (decimal): -5258336 or 10535855. OLE color: 10535855.

HSL color Cylindrical-coordinate representation of color #AFC3A0: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC3A0 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB175195160-
CMYK0.1000.180.24
HSL94.29º22.58%69.61%-
HSV(B)94.29º17.95%76.47%-
XYZ43.5450.6840.75-
YUV185.03113.87120.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=33.02%
G=36.79%
B=30.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951600.1000.180.2494.2922.5869.61
HexAFC3A0A012185e1746
Octal257303240120223013627106
Binary1010111111000011101000001010010010110001011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3A0; }

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

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

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

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

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

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

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

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