#AEAF3E

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

Shades of Brass #AEAF3E

Tints of Brass #AEAF3E

Color information

#AEAF3E (or 0xAEAF3E) is unknown color: approx Brass. HEX triplet: AE, AF and 3E. RGB value is (174,175,62). Sum of RGB (Red+Green+Blue) = 174+175+62=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF3E is #5150C1. Grayscale: #A2A2A2. Windows color (decimal): -5329090 or 4108206. OLE color: 4108206.

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

Color convert

RGB17417562-
CMYK0.0100.650.31
HSL60.53º47.68%46.47%-
HSV(B)60.53º64.57%68.63%-
XYZ33.6640.0110.51-
YUV161.8271.67136.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 62 (24.61% from 255) = 15.09%
R=42.34%
G=42.58%
B=15.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175620.0100.650.3160.5347.6846.47
HexAEAF3E10411F3d302e
Octal256257761010137756056
Binary101011101010111111111010100000111111111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF3E; }

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

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

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

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

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

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

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

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