#ADB096

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

Shades of Bud #ADB096

Tints of Bud #ADB096

Color information

#ADB096 (or 0xADB096) is unknown color: approx Bud. HEX triplet: AD, B0 and 96. RGB value is (173,176,150). Sum of RGB (Red+Green+Blue) = 173+176+150=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB096 is #524F69. Grayscale: #ACACAC. Windows color (decimal): -5394282 or 9875629. OLE color: 9875629.

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

Color convert

RGB173176150-
CMYK0.0200.150.31
HSL66.92º14.13%63.92%-
HSV(B)66.92º14.77%69.02%-
XYZ38.2642.1434.97-
YUV172.14115.51128.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=34.67%
G=35.27%
B=30.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761500.0200.150.3166.9214.1363.92
HexADB09620F1F43e40
Octal25526022620173710316100
Binary101011011011000010010110100111111111100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB096; }

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

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

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

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

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

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

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

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