#AEB33C

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

Shades of Brass #AEB33C

Tints of Brass #AEB33C

Color information

#AEB33C (or 0xAEB33C) is unknown color: approx Brass. HEX triplet: AE, B3 and 3C. RGB value is (174,179,60). Sum of RGB (Red+Green+Blue) = 174+179+60=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB33C is #514CC3. Grayscale: #A4A4A4. Windows color (decimal): -5328068 or 3978158. OLE color: 3978158.

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

Color convert

RGB17417960-
CMYK0.0300.660.30
HSL62.52º49.79%46.86%-
HSV(B)62.52º66.48%70.2%-
XYZ34.3941.5710.49-
YUV163.9469.34135.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 179 (70.31% from 255) = 43.34%
BLUE value IS 60 (23.83% from 255) = 14.53%
R=42.13%
G=43.34%
B=14.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179600.0300.660.3062.5249.7946.86
HexAEB33C30421E3f322f
Octal256263743010236776257
Binary1010111010110011111100110100001011110111111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB33C; }

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

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

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

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

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

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

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

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