#AFB18A

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

Shades of Bud #AFB18A

Tints of Bud #AFB18A

Color information

#AFB18A (or 0xAFB18A) is unknown color: approx Bud. HEX triplet: AF, B1 and 8A. RGB value is (175,177,138). Sum of RGB (Red+Green+Blue) = 175+177+138=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB18A is #504E75. Grayscale: #ACACAC. Windows color (decimal): -5262966 or 9089455. OLE color: 9089455.

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

Color convert

RGB175177138-
CMYK0.0100.220.31
HSL63.08º20%61.76%-
HSV(B)63.08º22.03%69.41%-
XYZ37.9942.3930.23-
YUV171.96108.84130.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=35.71%
G=36.12%
B=28.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771380.0100.220.3163.082061.76
HexAFB18A10161F3f143e
Octal257261212102637772476
Binary10101111101100011000101010101101111111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB18A; }

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

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

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

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

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

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

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

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