#AEB436

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

Shades of Brass #AEB436

Tints of Brass #AEB436

Color information

#AEB436 (or 0xAEB436) is unknown color: approx Brass. HEX triplet: AE, B4 and 36. RGB value is (174,180,54). Sum of RGB (Red+Green+Blue) = 174+180+54=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB436 is #514BC9. Grayscale: #A4A4A4. Windows color (decimal): -5327818 or 3585198. OLE color: 3585198.

HSL color Cylindrical-coordinate representation of color #AEB436: hue angle of 62.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEB436 is Cyan = 0.03, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB17418054-
CMYK0.0300.70.29
HSL62.86º53.85%45.88%-
HSV(B)62.86º70%70.59%-
XYZ34.4441.919.76-
YUV163.8466.01135.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 54 (21.48% from 255) = 13.24%
R=42.65%
G=44.12%
B=13.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180540.0300.70.2962.8653.8545.88
HexAEB43630461D3f362e
Octal256264663010635776656
Binary1010111010110100110110110100011011101111111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB436; }

 p { color: rgb(174,180,54); }

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

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

 a { background-color: rgb(174,180,54); }

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

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

 span { border-color: rgb(174,180,54); }

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