#aeb233

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

Shades of Brass #AEB233

Tints of Brass #AEB233

Color information

#AEB233 (or 0xAEB233) is unknown color: approx Brass. HEX triplet: AE, B2 and 33. RGB value is (174,178,51). Sum of RGB (Red+Green+Blue) = 174+178+51=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB233 is #514DCC. Grayscale: #A2A2A2. Windows color (decimal): -5328333 or 3388078. OLE color: 3388078.

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

Color convert

RGB17417851-
CMYK0.0200.710.30
HSL61.89º55.46%44.9%-
HSV(B)61.89º71.35%69.8%-
XYZ33.9741.089.27-
YUV162.3365.17136.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 178 (69.92% from 255) = 44.17%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=43.18%
G=44.17%
B=12.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178510.0200.710.3061.8955.4644.9
HexAEB23320471E3e372d
Octal256262632010736766755
Binary1010111010110010110011100100011111110111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aeb233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aeb233; }

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

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

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

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

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

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

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

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