#AEB535

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

Shades of Brass #AEB535

Tints of Brass #AEB535

Color information

#AEB535 (or 0xAEB535) is unknown color: approx Brass. HEX triplet: AE, B5 and 35. RGB value is (174,181,53). Sum of RGB (Red+Green+Blue) = 174+181+53=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB535 is #514ACA. Grayscale: #A4A4A4. Windows color (decimal): -5327563 or 3519918. OLE color: 3519918.

HSL color Cylindrical-coordinate representation of color #AEB535: hue angle of 63.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEB535 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB17418153-
CMYK0.0400.710.29
HSL63.28º54.7%45.88%-
HSV(B)63.28º70.72%70.98%-
XYZ34.6242.39.71-
YUV164.3265.18134.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 181 (71.09% from 255) = 44.36%
BLUE value IS 53 (21.09% from 255) = 12.99%
R=42.65%
G=44.36%
B=12.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181530.0400.710.2963.2854.745.88
HexAEB53540471D3f372e
Octal256265654010735776756
Binary10101110101101011101011000100011111101111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB535; }

 p { color: rgb(174,181,53); }

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

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

 a { background-color: rgb(174,181,53); }

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

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

 span { border-color: rgb(174,181,53); }

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