#AFA333

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

Shades of Brass #AFA333

Tints of Brass #AFA333

Color information

#AFA333 (or 0xAFA333) is unknown color: approx Brass. HEX triplet: AF, A3 and 33. RGB value is (175,163,51). Sum of RGB (Red+Green+Blue) = 175+163+51=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA333 is #505CCC. Grayscale: #9A9A9A. Windows color (decimal): -5266637 or 3384239. OLE color: 3384239.

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

Color convert

RGB17516351-
CMYK00.070.710.31
HSL54.19º54.87%44.31%-
HSV(B)54.19º70.86%68.63%-
XYZ31.3735.558.34-
YUV153.8269.98143.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 51 (20.31% from 255) = 13.11%
R=44.99%
G=41.90%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751635100.070.710.3154.1954.8744.31
HexAFA33307471F36372c
Octal257243630710737666754
Binary10101111101000111100110111100011111111110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA333; }

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

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

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

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

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

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

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

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