#AFB48E

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

Shades of Bud #AFB48E

Tints of Bud #AFB48E

Color information

#AFB48E (or 0xAFB48E) is unknown color: approx Bud. HEX triplet: AF, B4 and 8E. RGB value is (175,180,142). Sum of RGB (Red+Green+Blue) = 175+180+142=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB48E is #504B71. Grayscale: #AEAEAE. Windows color (decimal): -5262194 or 9352367. OLE color: 9352367.

HSL color Cylindrical-coordinate representation of color #AFB48E: hue angle of 67.89º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB48E is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB175180142-
CMYK0.0300.210.29
HSL67.89º20.21%63.14%-
HSV(B)67.89º21.11%70.59%-
XYZ38.8843.7131.98-
YUV174.17109.84128.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=35.21%
G=36.22%
B=28.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801420.0300.210.2967.8920.2163.14
HexAFB48E30151D44143f
Octal2572642163025351042477
Binary1010111110110100100011101101010111101100010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB48E; }

 p { color: rgb(175,180,142); }

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

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

 a { background-color: rgb(175,180,142); }

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

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

 span { border-color: rgb(175,180,142); }

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