#AEAF48

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

Shades of Brass #AEAF48

Tints of Brass #AEAF48

Color information

#AEAF48 (or 0xAEAF48) is unknown color: approx Brass. HEX triplet: AE, AF and 48. RGB value is (174,175,72). Sum of RGB (Red+Green+Blue) = 174+175+72=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF48 is #5150B7. Grayscale: #A3A3A3. Windows color (decimal): -5329080 or 4763566. OLE color: 4763566.

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

Color convert

RGB17417572-
CMYK0.0100.590.31
HSL60.58º41.7%48.43%-
HSV(B)60.58º58.86%68.63%-
XYZ33.9640.1312.09-
YUV162.9676.67135.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 72 (28.52% from 255) = 17.10%
R=41.33%
G=41.57%
B=17.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175720.0100.590.3160.5841.748.43
HexAEAF48103B1F3d2a30
Octal256257110107337755260
Binary101011101010111110010001011101111111111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF48; }

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

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

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

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

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

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

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

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