#AFBDA1

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

Shades of Sprout #AFBDA1

Tints of Sprout #AFBDA1

Color information

#AFBDA1 (or 0xAFBDA1) is unknown color: approx Sprout. HEX triplet: AF, BD and A1. RGB value is (175,189,161). Sum of RGB (Red+Green+Blue) = 175+189+161=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA1 is #50425E. Grayscale: #B5B5B5. Windows color (decimal): -5259871 or 10599855. OLE color: 10599855.

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

Color convert

RGB175189161-
CMYK0.0700.150.26
HSL90º17.5%68.63%-
HSV(B)90º14.81%74.12%-
XYZ42.3148.0840.77-
YUV181.62116.36123.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=33.33%
G=36%
B=30.67%

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
Decimal1751891610.0700.150.269017.568.63
HexAFBDA170F1A5a1245
Octal25727524170173213222105
Binary10101111101111011010000111101111110101011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDA1; }

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

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

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

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

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

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

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

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