#AFB18D

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

Shades of Bud #AFB18D

Tints of Bud #AFB18D

Color information

#AFB18D (or 0xAFB18D) is unknown color: approx Bud. HEX triplet: AF, B1 and 8D. RGB value is (175,177,141). Sum of RGB (Red+Green+Blue) = 175+177+141=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB18D is #504E72. Grayscale: #ACACAC. Windows color (decimal): -5262963 or 9286063. OLE color: 9286063.

HSL color Cylindrical-coordinate representation of color #AFB18D: hue angle of 63.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB18D is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB175177141-
CMYK0.0100.200.31
HSL63.33º18.75%62.35%-
HSV(B)63.33º20.34%69.41%-
XYZ38.2142.4831.39-
YUV172.3110.34129.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=35.50%
G=35.90%
B=28.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771410.0100.200.3163.3318.7562.35
HexAFB18D10141F3f133e
Octal257261215102437772376
Binary10101111101100011000110110101001111111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB18D; }

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

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

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

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

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

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

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

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