#ADA64E

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

Shades of Brass #ADA64E

Tints of Brass #ADA64E

Color information

#ADA64E (or 0xADA64E) is unknown color: approx Brass. HEX triplet: AD, A6 and 4E. RGB value is (173,166,78). Sum of RGB (Red+Green+Blue) = 173+166+78=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA64E is #5259B1. Grayscale: #9E9E9E. Windows color (decimal): -5396914 or 5154477. OLE color: 5154477.

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

Color convert

RGB17316678-
CMYK00.040.550.32
HSL55.58º37.85%49.22%-
HSV(B)55.58º54.91%67.84%-
XYZ32.2436.7112.59-
YUV158.0682.82138.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 78 (30.86% from 255) = 18.71%
R=41.49%
G=39.81%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731667800.040.550.3255.5837.8549.22
HexADA64E043720382631
Octal255246116046740704661
Binary101011011010011010011100100110111100000111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA64E; }

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

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

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

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

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

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

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

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