#AFCA9B

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

Shades of Sprout #AFCA9B

Tints of Sprout #AFCA9B

Color information

#AFCA9B (or 0xAFCA9B) is unknown color: approx Sprout. HEX triplet: AF, CA and 9B. RGB value is (175,202,155). Sum of RGB (Red+Green+Blue) = 175+202+155=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA9B is #503564. Grayscale: #BCBCBC. Windows color (decimal): -5256549 or 10209967. OLE color: 10209967.

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

Color convert

RGB175202155-
CMYK0.1300.230.21
HSL94.47º30.72%70%-
HSV(B)94.47º23.27%79.22%-
XYZ44.7253.7239.02-
YUV188.57109.05118.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=32.89%
G=37.97%
B=29.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021550.1300.230.2194.4730.7270
HexAFCA9BD017155e1f46
Octal257312233150272513637106
Binary1010111111001010100110111101010111101011011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA9B; }

 p { color: rgb(175,202,155); }

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

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

 a { background-color: rgb(175,202,155); }

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

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

 span { border-color: rgb(175,202,155); }

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