#AFB095

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

Shades of Bud #AFB095

Tints of Bud #AFB095

Color information

#AFB095 (or 0xAFB095) is unknown color: approx Bud. HEX triplet: AF, B0 and 95. RGB value is (175,176,149). Sum of RGB (Red+Green+Blue) = 175+176+149=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB095 is #504F6A. Grayscale: #ACACAC. Windows color (decimal): -5263211 or 9810095. OLE color: 9810095.

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

Color convert

RGB175176149-
CMYK0.0100.150.31
HSL62.22º14.59%63.73%-
HSV(B)62.22º15.34%69.02%-
XYZ38.6342.3334.57-
YUV172.62114.67129.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=35%
G=35.2%
B=29.8%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761490.0100.150.3162.2214.5963.73
HexAFB09510F1F3ef40
Octal2572602251017377617100
Binary1010111110110000100101011011111111111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB095; }

 p { color: rgb(175,176,149); }

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

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

 a { background-color: rgb(175,176,149); }

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

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

 span { border-color: rgb(175,176,149); }

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