#ADB190

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

Shades of Bud #ADB190

Tints of Bud #ADB190

Color information

#ADB190 (or 0xADB190) is unknown color: approx Bud. HEX triplet: AD, B1 and 90. RGB value is (173,177,144). Sum of RGB (Red+Green+Blue) = 173+177+144=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB190 is #524E6F. Grayscale: #ACACAC. Windows color (decimal): -5394032 or 9482669. OLE color: 9482669.

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

Color convert

RGB173177144-
CMYK0.0200.190.31
HSL67.27º17.46%62.94%-
HSV(B)67.27º18.64%69.41%-
XYZ37.9942.3432.56-
YUV172.04112.17128.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=35.02%
G=35.83%
B=29.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771440.0200.190.3167.2717.4662.94
HexADB19020131F43113f
Octal2552612202023371032177
Binary1010110110110001100100001001001111111100001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB190; }

 p { color: rgb(173,177,144); }

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

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

 a { background-color: rgb(173,177,144); }

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

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

 span { border-color: rgb(173,177,144); }

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