#AFAE32

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

Shades of Brass #AFAE32

Tints of Brass #AFAE32

Color information

#AFAE32 (or 0xAFAE32) is unknown color: approx Brass. HEX triplet: AF, AE and 32. RGB value is (175,174,50). Sum of RGB (Red+Green+Blue) = 175+174+50=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE32 is #5051CD. Grayscale: #A0A0A0. Windows color (decimal): -5263822 or 3321519. OLE color: 3321519.

HSL color Cylindrical-coordinate representation of color #AFAE32: hue angle of 59.52º degrees, saturation: 0.56, 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 #AFAE32 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17517450-
CMYK00.010.710.31
HSL59.52º55.56%44.12%-
HSV(B)59.52º71.43%68.63%-
XYZ33.3939.628.9-
YUV160.1665.83138.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 50 (19.92% from 255) = 12.53%
R=43.86%
G=43.61%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751745000.010.710.3159.5255.5644.12
HexAFAE3201471F3c382c
Octal257256620110737747054
Binary101011111010111011001001100011111111111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE32; }

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

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

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

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

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

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

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

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