#A8AD3F

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

Shades of Brass #A8AD3F

Tints of Brass #A8AD3F

Color information

#A8AD3F (or 0xA8AD3F) is unknown color: approx Brass. HEX triplet: A8, AD and 3F. RGB value is (168,173,63). Sum of RGB (Red+Green+Blue) = 168+173+63=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD3F is #5752C0. Grayscale: #9F9F9F. Windows color (decimal): -5722817 or 4173224. OLE color: 4173224.

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

Color convert

RGB16817363-
CMYK0.0300.640.32
HSL62.73º46.61%46.27%-
HSV(B)62.73º63.58%67.84%-
XYZ31.9938.5710.46-
YUV158.9673.84134.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 63 (25% from 255) = 15.59%
R=41.58%
G=42.82%
B=15.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168173630.0300.640.3262.7346.6146.27
HexA8AD3F3040203f2f2e
Octal250255773010040775756
Binary10101000101011011111111101000000100000111111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD3F; }

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

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

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

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

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

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

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

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