#ADB489

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

Shades of Bud #ADB489

Tints of Bud #ADB489

Color information

#ADB489 (or 0xADB489) is unknown color: approx Bud. HEX triplet: AD, B4 and 89. RGB value is (173,180,137). Sum of RGB (Red+Green+Blue) = 173+180+137=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB489 is #524B76. Grayscale: #ADADAD. Windows color (decimal): -5393271 or 9024685. OLE color: 9024685.

HSL color Cylindrical-coordinate representation of color #ADB489: hue angle of 69.77º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB489 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB173180137-
CMYK0.0400.240.29
HSL69.77º22.28%62.16%-
HSV(B)69.77º23.89%70.59%-
XYZ38.0743.3330.02-
YUV173107.68128-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 137 (53.91% from 255) = 27.96%
R=35.31%
G=36.73%
B=27.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801370.0400.240.2969.7722.2862.16
HexADB48940181D46163e
Octal2552642114030351062676
Binary10101101101101001000100110001100011101100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB489; }

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

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

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

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

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

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

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

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