#AFB485

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

Shades of Bud #AFB485

Tints of Bud #AFB485

Color information

#AFB485 (or 0xAFB485) is unknown color: approx Bud. HEX triplet: AF, B4 and 85. RGB value is (175,180,133). Sum of RGB (Red+Green+Blue) = 175+180+133=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB485 is #504B7A. Grayscale: #ADADAD. Windows color (decimal): -5262203 or 8762543. OLE color: 8762543.

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

Color convert

RGB175180133-
CMYK0.0300.260.29
HSL66.38º23.86%61.37%-
HSV(B)66.38º26.11%70.59%-
XYZ38.2343.4528.56-
YUV173.15105.34129.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=35.86%
G=36.89%
B=27.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801330.0300.260.2966.3823.8661.37
HexAFB485301A1D42183d
Octal2572642053032351023075
Binary1010111110110100100001011101101011101100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB485; }

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

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

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

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

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

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

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

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