#AAAF34

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

Shades of Brass #AAAF34

Tints of Brass #AAAF34

Color information

#AAAF34 (or 0xAAAF34) is unknown color: approx Brass. HEX triplet: AA, AF and 34. RGB value is (170,175,52). Sum of RGB (Red+Green+Blue) = 170+175+52=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF34 is #5550CB. Grayscale: #9F9F9F. Windows color (decimal): -5591244 or 3452842. OLE color: 3452842.

HSL color Cylindrical-coordinate representation of color #AAAF34: hue angle of 62.44º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAAF34 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17017552-
CMYK0.0300.700.31
HSL62.44º54.19%44.51%-
HSV(B)62.44º70.29%68.63%-
XYZ32.5339.459.15-
YUV159.4867.34135.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 52 (20.70% from 255) = 13.10%
R=42.82%
G=44.08%
B=13.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175520.0300.700.3162.4454.1944.51
HexAAAF3430461F3e362d
Octal252257643010637766655
Binary1010101010101111110100110100011011111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF34; }

 p { color: rgb(170,175,52); }

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

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

 a { background-color: rgb(170,175,52); }

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

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

 span { border-color: rgb(170,175,52); }

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