#ADA74C

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

Shades of Brass #ADA74C

Tints of Brass #ADA74C

Color information

#ADA74C (or 0xADA74C) is unknown color: approx Brass. HEX triplet: AD, A7 and 4C. RGB value is (173,167,76). Sum of RGB (Red+Green+Blue) = 173+167+76=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA74C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA74C is #5258B3. Grayscale: #9E9E9E. Windows color (decimal): -5396660 or 5023661. OLE color: 5023661.

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

Color convert

RGB17316776-
CMYK00.030.560.32
HSL56.29º38.96%48.82%-
HSV(B)56.29º56.07%67.84%-
XYZ32.3637.0412.28-
YUV158.4281.49138.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 167 (65.62% from 255) = 40.14%
BLUE value IS 76 (30.08% from 255) = 18.27%
R=41.59%
G=40.14%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731677600.030.560.3256.2938.9648.82
HexADA74C033820382731
Octal255247114037040704761
Binary10101101101001111001100011111000100000111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA74C; }

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

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

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

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

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

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

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

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