#ADA24E

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

Shades of Brass #ADA24E

Tints of Brass #ADA24E

Color information

#ADA24E (or 0xADA24E) is unknown color: approx Brass. HEX triplet: AD, A2 and 4E. RGB value is (173,162,78). Sum of RGB (Red+Green+Blue) = 173+162+78=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA24E is #525DB1. Grayscale: #9C9C9C. Windows color (decimal): -5397938 or 5153453. OLE color: 5153453.

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

Color convert

RGB17316278-
CMYK00.060.550.32
HSL53.05º37.85%49.22%-
HSV(B)53.05º54.91%67.84%-
XYZ31.5335.2712.35-
YUV155.7184.14140.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=41.89%
G=39.23%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731627800.060.550.3253.0537.8549.22
HexADA24E063720352631
Octal255242116066740654661
Binary101011011010001010011100110110111100000110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA24E; }

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

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

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

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

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

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

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

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