#AEAF33

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

Shades of Brass #AEAF33

Tints of Brass #AEAF33

Color information

#AEAF33 (or 0xAEAF33) is unknown color: approx Brass. HEX triplet: AE, AF and 33. RGB value is (174,175,51). Sum of RGB (Red+Green+Blue) = 174+175+51=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAF33 is #5150CC. Grayscale: #A1A1A1. Windows color (decimal): -5329101 or 3387310. OLE color: 3387310.

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

Color convert

RGB17417551-
CMYK0.0100.710.31
HSL60.48º54.87%44.31%-
HSV(B)60.48º70.86%68.63%-
XYZ33.3839.99.07-
YUV160.5666.17137.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=43.5%
G=43.75%
B=12.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174175510.0100.710.3160.4854.8744.31
HexAEAF3310471F3c372c
Octal256257631010737746754
Binary101011101010111111001110100011111111111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF33; }

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

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

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

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

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

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

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

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