#ADA44D

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

Shades of Brass #ADA44D

Tints of Brass #ADA44D

Color information

#ADA44D (or 0xADA44D) is unknown color: approx Brass. HEX triplet: AD, A4 and 4D. RGB value is (173,164,77). Sum of RGB (Red+Green+Blue) = 173+164+77=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA44D is #525BB2. Grayscale: #9D9D9D. Windows color (decimal): -5397427 or 5088429. OLE color: 5088429.

HSL color Cylindrical-coordinate representation of color #ADA44D: hue angle of 54.38º 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 #ADA44D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17316477-
CMYK00.050.550.32
HSL54.38º38.4%49.02%-
HSV(B)54.38º55.49%67.84%-
XYZ31.8535.9712.29-
YUV156.7782.98139.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 77 (30.47% from 255) = 18.60%
R=41.79%
G=39.61%
B=18.60%

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
Decimal1731647700.050.550.3254.3838.449.02
HexADA44D053720362631
Octal255244115056740664661
Binary101011011010010010011010101110111100000110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA44D; }

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

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

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

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

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

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

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

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