#ADB094

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

Shades of Bud #ADB094

Tints of Bud #ADB094

Color information

#ADB094 (or 0xADB094) is unknown color: approx Bud. HEX triplet: AD, B0 and 94. RGB value is (173,176,148). Sum of RGB (Red+Green+Blue) = 173+176+148=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB094 is #524F6B. Grayscale: #ACACAC. Windows color (decimal): -5394284 or 9744557. OLE color: 9744557.

HSL color Cylindrical-coordinate representation of color #ADB094: hue angle of 66.43º 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 #ADB094 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB173176148-
CMYK0.0200.160.31
HSL66.43º15.05%63.53%-
HSV(B)66.43º15.91%69.02%-
XYZ38.142.0734.13-
YUV171.91114.51128.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=34.81%
G=35.41%
B=29.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761480.0200.160.3166.4315.0563.53
HexADB09420101F42f40
Octal25526022420203710217100
Binary1010110110110000100101001001000011111100001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB094; }

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

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

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

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

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

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

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

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