#AFA836

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

Shades of Brass #AFA836

Tints of Brass #AFA836

Color information

#AFA836 (or 0xAFA836) is unknown color: approx Brass. HEX triplet: AF, A8 and 36. RGB value is (175,168,54). Sum of RGB (Red+Green+Blue) = 175+168+54=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA836 is #5057C9. Grayscale: #9D9D9D. Windows color (decimal): -5265354 or 3582127. OLE color: 3582127.

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

Color convert

RGB17516854-
CMYK00.040.690.31
HSL56.53º52.84%44.9%-
HSV(B)56.53º69.14%68.63%-
XYZ32.3537.399-
YUV157.169.82140.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 54 (21.48% from 255) = 13.60%
R=44.08%
G=42.32%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751685400.040.690.3156.5352.8444.9
HexAFA83604451F39352d
Octal257250660410537716555
Binary10101111101010001101100100100010111111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA836; }

 p { color: rgb(175,168,54); }

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

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

 a { background-color: rgb(175,168,54); }

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

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

 span { border-color: rgb(175,168,54); }

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