#A8AD39

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

Shades of Brass #A8AD39

Tints of Brass #A8AD39

Color information

#A8AD39 (or 0xA8AD39) is unknown color: approx Brass. HEX triplet: A8, AD and 39. RGB value is (168,173,57). Sum of RGB (Red+Green+Blue) = 168+173+57=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD39 is #5752C6. Grayscale: #9E9E9E. Windows color (decimal): -5722823 or 3780008. OLE color: 3780008.

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

Color convert

RGB16817357-
CMYK0.0300.670.32
HSL62.59º50.43%45.1%-
HSV(B)62.59º67.05%67.84%-
XYZ31.8338.519.63-
YUV158.2870.84134.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 173 (67.97% from 255) = 43.47%
BLUE value IS 57 (22.66% from 255) = 14.32%
R=42.21%
G=43.47%
B=14.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168173570.0300.670.3262.5950.4345.1
HexA8AD393043203f322d
Octal250255713010340776255
Binary10101000101011011110011101000011100000111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD39; }

 p { color: rgb(168,173,57); }

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

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

 a { background-color: rgb(168,173,57); }

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

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

 span { border-color: rgb(168,173,57); }

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