#AFBDA0

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

Shades of Sprout #AFBDA0

Tints of Sprout #AFBDA0

Color information

#AFBDA0 (or 0xAFBDA0) is unknown color: approx Sprout. HEX triplet: AF, BD and A0. RGB value is (175,189,160). Sum of RGB (Red+Green+Blue) = 175+189+160=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA0 is #50425F. Grayscale: #B5B5B5. Windows color (decimal): -5259872 or 10534319. OLE color: 10534319.

HSL color Cylindrical-coordinate representation of color #AFBDA0: hue angle of 88.97º degrees, saturation: 0.18, 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 #AFBDA0 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB175189160-
CMYK0.0700.150.26
HSL88.97º18.01%68.43%-
HSV(B)88.97º15.34%74.12%-
XYZ42.2248.0540.31-
YUV181.51115.86123.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=33.40%
G=36.07%
B=30.53%

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
Decimal1751891600.0700.150.2688.9718.0168.43
HexAFBDA070F1A591244
Octal25727524070173213122104
Binary10101111101111011010000011101111110101011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDA0; }

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

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

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

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

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

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

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

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