#AFB48D

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

Shades of Bud #AFB48D

Tints of Bud #AFB48D

Color information

#AFB48D (or 0xAFB48D) is unknown color: approx Bud. HEX triplet: AF, B4 and 8D. RGB value is (175,180,141). Sum of RGB (Red+Green+Blue) = 175+180+141=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB48D is #504B72. Grayscale: #AEAEAE. Windows color (decimal): -5262195 or 9286831. OLE color: 9286831.

HSL color Cylindrical-coordinate representation of color #AFB48D: hue angle of 67.69º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB48D is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB175180141-
CMYK0.0300.220.29
HSL67.69º20.63%62.94%-
HSV(B)67.69º21.67%70.59%-
XYZ38.8143.6831.58-
YUV174.06109.34128.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=35.28%
G=36.29%
B=28.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801410.0300.220.2967.6920.6362.94
HexAFB48D30161D44153f
Octal2572642153026351042577
Binary1010111110110100100011011101011011101100010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB48D; }

 p { color: rgb(175,180,141); }

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

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

 a { background-color: rgb(175,180,141); }

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

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

 span { border-color: rgb(175,180,141); }

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