#AFB28B

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

Shades of Bud #AFB28B

Tints of Bud #AFB28B

Color information

#AFB28B (or 0xAFB28B) is unknown color: approx Bud. HEX triplet: AF, B2 and 8B. RGB value is (175,178,139). Sum of RGB (Red+Green+Blue) = 175+178+139=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB28B is #504D74. Grayscale: #ACACAC. Windows color (decimal): -5262709 or 9155247. OLE color: 9155247.

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

Color convert

RGB175178139-
CMYK0.0200.220.30
HSL64.62º20.21%62.16%-
HSV(B)64.62º21.91%69.8%-
XYZ38.2642.8230.67-
YUV172.66109.01129.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=35.57%
G=36.18%
B=28.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781390.0200.220.3064.6220.2162.16
HexAFB28B20161E41143e
Octal2572622132026361012476
Binary1010111110110010100010111001011011110100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB28B; }

 p { color: rgb(175,178,139); }

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

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

 a { background-color: rgb(175,178,139); }

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

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

 span { border-color: rgb(175,178,139); }

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