#AFA533

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

Shades of Brass #AFA533

Tints of Brass #AFA533

Color information

#AFA533 (or 0xAFA533) is unknown color: approx Brass. HEX triplet: AF, A5 and 33. RGB value is (175,165,51). Sum of RGB (Red+Green+Blue) = 175+165+51=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA533 is #505ACC. Grayscale: #9B9B9B. Windows color (decimal): -5266125 or 3384751. OLE color: 3384751.

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

Color convert

RGB17516551-
CMYK00.060.710.31
HSL55.16º54.87%44.31%-
HSV(B)55.16º70.86%68.63%-
XYZ31.7336.268.46-
YUV154.9969.31142.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 51 (20.31% from 255) = 13.04%
R=44.76%
G=42.20%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751655100.060.710.3155.1654.8744.31
HexAFA53306471F37372c
Octal257245630610737676754
Binary10101111101001011100110110100011111111110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA533; }

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

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

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

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

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

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

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

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