#ADB045

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

Shades of Brass #ADB045

Tints of Brass #ADB045

Color information

#ADB045 (or 0xADB045) is unknown color: approx Brass. HEX triplet: AD, B0 and 45. RGB value is (173,176,69). Sum of RGB (Red+Green+Blue) = 173+176+69=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB045 is #524FBA. Grayscale: #A3A3A3. Windows color (decimal): -5394363 or 4567213. OLE color: 4567213.

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

Color convert

RGB17317669-
CMYK0.0200.610.31
HSL61.68º43.67%48.04%-
HSV(B)61.68º60.8%69.02%-
XYZ33.8340.3611.64-
YUV162.975.01135.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 69 (27.34% from 255) = 16.51%
R=41.39%
G=42.11%
B=16.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173176690.0200.610.3161.6843.6748.04
HexADB045203D1F3e2c30
Octal255260105207537765460
Binary1010110110110000100010110011110111111111110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB045; }

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

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

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

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

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

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

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

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