#ADA44B

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

Shades of Brass #ADA44B

Tints of Brass #ADA44B

Color information

#ADA44B (or 0xADA44B) is unknown color: approx Brass. HEX triplet: AD, A4 and 4B. RGB value is (173,164,75). Sum of RGB (Red+Green+Blue) = 173+164+75=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA44B is #525BB4. Grayscale: #9C9C9C. Windows color (decimal): -5397429 or 4957357. OLE color: 4957357.

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

Color convert

RGB17316475-
CMYK00.050.570.32
HSL54.49º39.52%48.63%-
HSV(B)54.49º56.65%67.84%-
XYZ31.7835.9411.92-
YUV156.5581.98139.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 75 (29.69% from 255) = 18.20%
R=41.99%
G=39.81%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731647500.050.570.3254.4939.5248.63
HexADA44B053920362831
Octal255244113057140665061
Binary101011011010010010010110101111001100000110110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA44B; }

 p { color: rgb(173,164,75); }

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

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

 a { background-color: rgb(173,164,75); }

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

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

 span { border-color: rgb(173,164,75); }

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