#AEB23E

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

Shades of Brass #AEB23E

Tints of Brass #AEB23E

Color information

#AEB23E (or 0xAEB23E) is unknown color: approx Brass. HEX triplet: AE, B2 and 3E. RGB value is (174,178,62). Sum of RGB (Red+Green+Blue) = 174+178+62=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB23E is #514DC1. Grayscale: #A4A4A4. Windows color (decimal): -5328322 or 4108974. OLE color: 4108974.

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

Color convert

RGB17417862-
CMYK0.0200.650.30
HSL62.07º48.33%47.06%-
HSV(B)62.07º65.17%69.8%-
XYZ34.2541.1910.7-
YUV163.5870.67135.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 62 (24.61% from 255) = 14.98%
R=42.03%
G=43.00%
B=14.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178620.0200.650.3062.0748.3347.06
HexAEB23E20411E3e302f
Octal256262762010136766057
Binary1010111010110010111110100100000111110111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB23E; }

 p { color: rgb(174,178,62); }

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

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

 a { background-color: rgb(174,178,62); }

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

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

 span { border-color: rgb(174,178,62); }

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