#AFB185

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

Shades of Bud #AFB185

Tints of Bud #AFB185

Color information

#AFB185 (or 0xAFB185) is unknown color: approx Bud. HEX triplet: AF, B1 and 85. RGB value is (175,177,133). Sum of RGB (Red+Green+Blue) = 175+177+133=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB185 is #504E7A. Grayscale: #ABABAB. Windows color (decimal): -5262971 or 8761775. OLE color: 8761775.

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

Color convert

RGB175177133-
CMYK0.0100.250.31
HSL62.73º22%60.78%-
HSV(B)62.73º24.86%69.41%-
XYZ37.6342.2528.36-
YUV171.39106.34130.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=36.08%
G=36.49%
B=27.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771330.0100.250.3162.732260.78
HexAFB18510191F3f163d
Octal257261205103137772675
Binary10101111101100011000010110110011111111111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB185; }

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

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

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

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

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

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

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

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