#AFB18C

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

Shades of Bud #AFB18C

Tints of Bud #AFB18C

Color information

#AFB18C (or 0xAFB18C) is unknown color: approx Bud. HEX triplet: AF, B1 and 8C. RGB value is (175,177,140). Sum of RGB (Red+Green+Blue) = 175+177+140=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB18C is #504E73. Grayscale: #ACACAC. Windows color (decimal): -5262964 or 9220527. OLE color: 9220527.

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

Color convert

RGB175177140-
CMYK0.0100.210.31
HSL63.24º19.17%62.16%-
HSV(B)63.24º20.9%69.41%-
XYZ38.1342.4531-
YUV172.18109.84130.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=35.57%
G=35.98%
B=28.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771400.0100.210.3163.2419.1762.16
HexAFB18C10151F3f133e
Octal257261214102537772376
Binary10101111101100011000110010101011111111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB18C; }

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

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

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

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

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

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

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

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