#ADA74E

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

Shades of Brass #ADA74E

Tints of Brass #ADA74E

Color information

#ADA74E (or 0xADA74E) is unknown color: approx Brass. HEX triplet: AD, A7 and 4E. RGB value is (173,167,78). Sum of RGB (Red+Green+Blue) = 173+167+78=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA74E is #5258B1. Grayscale: #9F9F9F. Windows color (decimal): -5396658 or 5154733. OLE color: 5154733.

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

Color convert

RGB17316778-
CMYK00.030.550.32
HSL56.21º37.85%49.22%-
HSV(B)56.21º54.91%67.84%-
XYZ32.4337.0712.65-
YUV158.6582.49138.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.39%
GREEN value IS 167 (65.62% from 255) = 39.95%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=41.39%
G=39.95%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731677800.030.550.3256.2137.8549.22
HexADA74E033720382631
Octal255247116036740704661
Binary10101101101001111001110011110111100000111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA74E; }

 p { color: rgb(173,167,78); }

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

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

 a { background-color: rgb(173,167,78); }

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

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

 span { border-color: rgb(173,167,78); }

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