#A8AE43

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

Shades of Brass #A8AE43

Tints of Brass #A8AE43

Color information

#A8AE43 (or 0xA8AE43) is unknown color: approx Brass. HEX triplet: A8, AE and 43. RGB value is (168,174,67). Sum of RGB (Red+Green+Blue) = 168+174+67=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE43 is #5751BC. Grayscale: #A0A0A0. Windows color (decimal): -5722557 or 4435624. OLE color: 4435624.

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

Color convert

RGB16817467-
CMYK0.0300.610.32
HSL63.36º44.4%47.25%-
HSV(B)63.36º61.49%68.24%-
XYZ32.33911.14-
YUV160.0175.51133.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 67 (26.56% from 255) = 16.38%
R=41.08%
G=42.54%
B=16.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168174670.0300.610.3263.3644.447.25
HexA8AE43303D203f2c2f
Octal250256103307540775457
Binary10101000101011101000011110111101100000111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AE43; }

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

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

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

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

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

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

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

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