#A2AE38

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

Shades of Brass #A2AE38

Tints of Brass #A2AE38

Color information

#A2AE38 (or 0xA2AE38) is unknown color: approx Brass. HEX triplet: A2, AE and 38. RGB value is (162,174,56). Sum of RGB (Red+Green+Blue) = 162+174+56=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AE38 is #5D51C7. Grayscale: #9D9D9D. Windows color (decimal): -6115784 or 3714722. OLE color: 3714722.

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

Color convert

RGB16217456-
CMYK0.0700.680.32
HSL66.1º51.3%45.1%-
HSV(B)66.1º67.82%68.24%-
XYZ30.7538.249.5-
YUV156.9671.02131.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 56 (22.27% from 255) = 14.29%
R=41.33%
G=44.39%
B=14.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162174560.0700.680.3266.151.345.1
HexA2AE3870442042332d
Octal2422567070104401026355
Binary1010001010101110111000111010001001000001000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE38; }

 p { color: rgb(162,174,56); }

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

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

 a { background-color: rgb(162,174,56); }

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

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

 span { border-color: rgb(162,174,56); }

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