#AFB58D

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

Shades of Bud #AFB58D

Tints of Bud #AFB58D

Color information

#AFB58D (or 0xAFB58D) is unknown color: approx Bud. HEX triplet: AF, B5 and 8D. RGB value is (175,181,141). Sum of RGB (Red+Green+Blue) = 175+181+141=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB58D is #504A72. Grayscale: #AEAEAE. Windows color (decimal): -5261939 or 9287087. OLE color: 9287087.

HSL color Cylindrical-coordinate representation of color #AFB58D: hue angle of 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 #AFB58D is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB175181141-
CMYK0.0300.220.29
HSL69º21.28%63.14%-
HSV(B)69º22.1%70.98%-
XYZ39.0144.0831.65-
YUV174.65109.01128.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 181 (71.09% from 255) = 36.42%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=35.21%
G=36.42%
B=28.37%

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
Decimal1751811410.0300.220.296921.2863.14
HexAFB58D30161D45153f
Octal2572652153026351052577
Binary1010111110110101100011011101011011101100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB58D; }

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

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

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

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

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

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

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

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