#AFC0A1

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

Shades of Sprout #AFC0A1

Tints of Sprout #AFC0A1

Color information

#AFC0A1 (or 0xAFC0A1) is unknown color: approx Sprout. HEX triplet: AF, C0 and A1. RGB value is (175,192,161). Sum of RGB (Red+Green+Blue) = 175+192+161=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0A1 is #503F5E. Grayscale: #B7B7B7. Windows color (decimal): -5259103 or 10600623. OLE color: 10600623.

HSL color Cylindrical-coordinate representation of color #AFC0A1: hue angle of 92.9º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC0A1 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB175192161-
CMYK0.0900.160.25
HSL92.9º19.75%69.22%-
HSV(B)92.9º16.15%75.29%-
XYZ42.9649.3940.99-
YUV183.38115.37122.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=33.14%
G=36.36%
B=30.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921610.0900.160.2592.919.7569.22
HexAFC0A19010195d1445
Octal257300241110203113524105
Binary1010111111000000101000011001010000110011011101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0A1; }

 p { color: rgb(175,192,161); }

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

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

 a { background-color: rgb(175,192,161); }

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

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

 span { border-color: rgb(175,192,161); }

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