#ADB089

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

Shades of Bud #ADB089

Tints of Bud #ADB089

Color information

#ADB089 (or 0xADB089) is unknown color: approx Bud. HEX triplet: AD, B0 and 89. RGB value is (173,176,137). Sum of RGB (Red+Green+Blue) = 173+176+137=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB089 is #524F76. Grayscale: #AAAAAA. Windows color (decimal): -5394295 or 9023661. OLE color: 9023661.

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

Color convert

RGB173176137-
CMYK0.0200.220.31
HSL64.62º19.8%61.37%-
HSV(B)64.62º22.16%69.02%-
XYZ37.2741.7429.76-
YUV170.66109.01129.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=35.60%
G=36.21%
B=28.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761370.0200.220.3164.6219.861.37
HexADB08920161F41143d
Octal2552602112026371012475
Binary1010110110110000100010011001011011111100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB089; }

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

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

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

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

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

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

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

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