#A8AE42

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

Shades of Brass #A8AE42

Tints of Brass #A8AE42

Color information

#A8AE42 (or 0xA8AE42) is unknown color: approx Brass. HEX triplet: A8, AE and 42. RGB value is (168,174,66). Sum of RGB (Red+Green+Blue) = 168+174+66=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE42 is #5751BD. Grayscale: #A0A0A0. Windows color (decimal): -5722558 or 4370088. OLE color: 4370088.

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

Color convert

RGB16817466-
CMYK0.0300.620.32
HSL63.33º45%47.06%-
HSV(B)63.33º62.07%68.24%-
XYZ32.2738.9910.98-
YUV159.8975.01133.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 66 (26.17% from 255) = 16.18%
R=41.18%
G=42.65%
B=16.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168174660.0300.620.3263.334547.06
HexA8AE42303E203f2d2f
Octal250256102307640775557
Binary10101000101011101000010110111110100000111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE42; }

 p { color: rgb(168,174,66); }

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

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

 a { background-color: rgb(168,174,66); }

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

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

 span { border-color: rgb(168,174,66); }

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