#AFB48B

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

Shades of Bud #AFB48B

Tints of Bud #AFB48B

Color information

#AFB48B (or 0xAFB48B) is unknown color: approx Bud. HEX triplet: AF, B4 and 8B. RGB value is (175,180,139). Sum of RGB (Red+Green+Blue) = 175+180+139=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB48B is #504B74. Grayscale: #ADADAD. Windows color (decimal): -5262197 or 9155759. OLE color: 9155759.

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

Color convert

RGB175180139-
CMYK0.0300.230.29
HSL67.32º21.47%62.55%-
HSV(B)67.32º22.78%70.59%-
XYZ38.6643.6230.81-
YUV173.83108.34128.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=35.43%
G=36.44%
B=28.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801390.0300.230.2967.3221.4762.55
HexAFB48B30171D43153f
Octal2572642133027351032577
Binary1010111110110100100010111101011111101100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB48B; }

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

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

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

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

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

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

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

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