#AEB339

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

Shades of Brass #AEB339

Tints of Brass #AEB339

Color information

#AEB339 (or 0xAEB339) is unknown color: approx Brass. HEX triplet: AE, B3 and 39. RGB value is (174,179,57). Sum of RGB (Red+Green+Blue) = 174+179+57=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB339 is #514CC6. Grayscale: #A4A4A4. Windows color (decimal): -5328071 or 3781550. OLE color: 3781550.

HSL color Cylindrical-coordinate representation of color #AEB339: hue angle of 62.46º degrees, saturation: 0.52, 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 #AEB339 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17417957-
CMYK0.0300.680.30
HSL62.46º51.69%46.27%-
HSV(B)62.46º68.16%70.2%-
XYZ34.3141.5310.08-
YUV163.667.84135.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 57 (22.66% from 255) = 13.90%
R=42.44%
G=43.66%
B=13.90%

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
Decimal174179570.0300.680.3062.4651.6946.27
HexAEB33930441E3e342e
Octal256263713010436766456
Binary1010111010110011111001110100010011110111110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB339; }

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

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

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

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

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

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

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

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