#AFAA34

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

Shades of Brass #AFAA34

Tints of Brass #AFAA34

Color information

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

HSL color Cylindrical-coordinate representation of color #AFAA34: hue angle of 57.56º 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 #AFAA34 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17517052-
CMYK00.030.700.31
HSL57.56º54.19%44.51%-
HSV(B)57.56º70.29%68.63%-
XYZ32.6738.118.88-
YUV158.0468.16140.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751705200.030.700.3157.5654.1944.51
HexAFAA3403461F3a362d
Octal257252640310637726655
Binary1010111110101010110100011100011011111111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA34; }

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

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

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

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

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

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

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

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