#AEAF40

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

Shades of Brass #AEAF40

Tints of Brass #AEAF40

Color information

#AEAF40 (or 0xAEAF40) is unknown color: approx Brass. HEX triplet: AE, AF and 40. RGB value is (174,175,64). Sum of RGB (Red+Green+Blue) = 174+175+64=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF40 is #5150BF. Grayscale: #A2A2A2. Windows color (decimal): -5329088 or 4239278. OLE color: 4239278.

HSL color Cylindrical-coordinate representation of color #AEAF40: hue angle of 60.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEAF40 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17417564-
CMYK0.0100.630.31
HSL60.54º46.44%46.86%-
HSV(B)60.54º63.43%68.63%-
XYZ33.7140.0310.8-
YUV162.0572.67136.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 64 (25.39% from 255) = 15.50%
R=42.13%
G=42.37%
B=15.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175640.0100.630.3160.5446.4446.86
HexAEAF40103F1F3d2e2f
Octal256257100107737755657
Binary101011101010111110000001011111111111111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF40; }

 p { color: rgb(174,175,64); }

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

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

 a { background-color: rgb(174,175,64); }

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

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

 span { border-color: rgb(174,175,64); }

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