#ADAE4A

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

Shades of Brass #ADAE4A

Tints of Brass #ADAE4A

Color information

#ADAE4A (or 0xADAE4A) is unknown color: approx Brass. HEX triplet: AD, AE and 4A. RGB value is (173,174,74). Sum of RGB (Red+Green+Blue) = 173+174+74=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE4A is #5251B5. Grayscale: #A2A2A2. Windows color (decimal): -5394870 or 4894381. OLE color: 4894381.

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

Color convert

RGB17317474-
CMYK0.0100.570.32
HSL60.6º40.32%48.63%-
HSV(B)60.6º57.47%68.24%-
XYZ33.6139.6512.36-
YUV162.378.17135.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 74 (29.30% from 255) = 17.58%
R=41.09%
G=41.33%
B=17.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173174740.0100.570.3260.640.3248.63
HexADAE4A1039203d2831
Octal255256112107140755061
Binary1010110110101110100101010111001100000111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE4A; }

 p { color: rgb(173,174,74); }

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

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

 a { background-color: rgb(173,174,74); }

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

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

 span { border-color: rgb(173,174,74); }

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