#ADB191

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

Shades of Bud #ADB191

Tints of Bud #ADB191

Color information

#ADB191 (or 0xADB191) is unknown color: approx Bud. HEX triplet: AD, B1 and 91. RGB value is (173,177,145). Sum of RGB (Red+Green+Blue) = 173+177+145=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB191 is #524E6E. Grayscale: #ACACAC. Windows color (decimal): -5394031 or 9548205. OLE color: 9548205.

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

Color convert

RGB173177145-
CMYK0.0200.180.31
HSL67.5º17.02%63.14%-
HSV(B)67.5º18.08%69.41%-
XYZ38.0742.3732.96-
YUV172.16112.67128.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 145 (57.03% from 255) = 29.29%
R=34.95%
G=35.76%
B=29.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771450.0200.180.3167.517.0263.14
HexADB19120121F44113f
Octal2552612212022371042177
Binary1010110110110001100100011001001011111100010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB191; }

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

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

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

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

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

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

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

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