#ADA54D

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

Shades of Brass #ADA54D

Tints of Brass #ADA54D

Color information

#ADA54D (or 0xADA54D) is unknown color: approx Brass. HEX triplet: AD, A5 and 4D. RGB value is (173,165,77). Sum of RGB (Red+Green+Blue) = 173+165+77=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA54D is #525AB2. Grayscale: #9D9D9D. Windows color (decimal): -5397171 or 5088685. OLE color: 5088685.

HSL color Cylindrical-coordinate representation of color #ADA54D: hue angle of 55º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADA54D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17316577-
CMYK00.050.550.32
HSL55º38.4%49.02%-
HSV(B)55º55.49%67.84%-
XYZ32.0336.3312.35-
YUV157.3682.65139.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=41.69%
G=39.76%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731657700.050.550.325538.449.02
HexADA54D053720372631
Octal255245115056740674661
Binary101011011010010110011010101110111100000110111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA54D; }

 p { color: rgb(173,165,77); }

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

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

 a { background-color: rgb(173,165,77); }

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

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

 span { border-color: rgb(173,165,77); }

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