#AEB33A

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

Shades of Brass #AEB33A

Tints of Brass #AEB33A

Color information

#AEB33A (or 0xAEB33A) is unknown color: approx Brass. HEX triplet: AE, B3 and 3A. RGB value is (174,179,58). Sum of RGB (Red+Green+Blue) = 174+179+58=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB33A is #514CC5. Grayscale: #A4A4A4. Windows color (decimal): -5328070 or 3847086. OLE color: 3847086.

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

Color convert

RGB17417958-
CMYK0.0300.680.30
HSL62.48º51.05%46.47%-
HSV(B)62.48º67.6%70.2%-
XYZ34.3441.5410.21-
YUV163.7168.34135.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 179 (70.31% from 255) = 43.55%
BLUE value IS 58 (23.05% from 255) = 14.11%
R=42.34%
G=43.55%
B=14.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179580.0300.680.3062.4851.0546.47
HexAEB33A30441E3e332e
Octal256263723010436766356
Binary1010111010110011111010110100010011110111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB33A; }

 p { color: rgb(174,179,58); }

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

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

 a { background-color: rgb(174,179,58); }

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

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

 span { border-color: rgb(174,179,58); }

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