#AFBCA0

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

Shades of Sprout #AFBCA0

Tints of Sprout #AFBCA0

Color information

#AFBCA0 (or 0xAFBCA0) is unknown color: approx Sprout. HEX triplet: AF, BC and A0. RGB value is (175,188,160). Sum of RGB (Red+Green+Blue) = 175+188+160=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCA0 is #50435F. Grayscale: #B5B5B5. Windows color (decimal): -5260128 or 10534063. OLE color: 10534063.

HSL color Cylindrical-coordinate representation of color #AFBCA0: hue angle of 87.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBCA0 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB175188160-
CMYK0.0700.150.26
HSL87.86º17.28%68.24%-
HSV(B)87.86º14.89%73.73%-
XYZ42.0147.6240.23-
YUV180.92116.19123.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=33.46%
G=35.95%
B=30.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881600.0700.150.2687.8617.2868.24
HexAFBCA070F1A581144
Octal25727424070173213021104
Binary10101111101111001010000011101111110101011000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCA0; }

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

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

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

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

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

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

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

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