#AFB094

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

Shades of Bud #AFB094

Tints of Bud #AFB094

Color information

#AFB094 (or 0xAFB094) is unknown color: approx Bud. HEX triplet: AF, B0 and 94. RGB value is (175,176,148). Sum of RGB (Red+Green+Blue) = 175+176+148=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB094 is #504F6B. Grayscale: #ACACAC. Windows color (decimal): -5263212 or 9744559. OLE color: 9744559.

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

Color convert

RGB175176148-
CMYK0.0100.160.31
HSL62.14º15.05%63.53%-
HSV(B)62.14º15.91%69.02%-
XYZ38.5542.334.15-
YUV172.51114.17129.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=35.07%
G=35.27%
B=29.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761480.0100.160.3162.1415.0563.53
HexAFB09410101F3ef40
Octal2572602241020377617100
Binary10101111101100001001010010100001111111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB094; }

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

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

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

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

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

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

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

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