#AFB199

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

Shades of Bud #AFB199

Tints of Bud #AFB199

Color information

#AFB199 (or 0xAFB199) is unknown color: approx Bud. HEX triplet: AF, B1 and 99. RGB value is (175,177,153). Sum of RGB (Red+Green+Blue) = 175+177+153=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB199 is #504E66. Grayscale: #ADADAD. Windows color (decimal): -5262951 or 10072495. OLE color: 10072495.

HSL color Cylindrical-coordinate representation of color #AFB199: hue angle of 65º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB199 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB175177153-
CMYK0.0100.140.31
HSL65º13.33%64.71%-
HSV(B)65º13.56%69.41%-
XYZ39.1542.8636.35-
YUV173.67116.34128.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=34.65%
G=35.05%
B=30.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771530.0100.140.316513.3364.71
HexAFB19910E1F41d41
Octal25726123110163710115101
Binary10101111101100011001100110111011111100000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB199; }

 p { color: rgb(175,177,153); }

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

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

 a { background-color: rgb(175,177,153); }

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

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

 span { border-color: rgb(175,177,153); }

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