#AFA736

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

Shades of Brass #AFA736

Tints of Brass #AFA736

Color information

#AFA736 (or 0xAFA736) is unknown color: approx Brass. HEX triplet: AF, A7 and 36. RGB value is (175,167,54). Sum of RGB (Red+Green+Blue) = 175+167+54=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA736 is #5058C9. Grayscale: #9C9C9C. Windows color (decimal): -5265610 or 3581871. OLE color: 3581871.

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

Color convert

RGB17516754-
CMYK00.050.690.31
HSL56.03º52.84%44.9%-
HSV(B)56.03º69.14%68.63%-
XYZ32.1637.028.94-
YUV156.5170.15141.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 54 (21.48% from 255) = 13.64%
R=44.19%
G=42.17%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751675400.050.690.3156.0352.8444.9
HexAFA73605451F38352d
Octal257247660510537706555
Binary10101111101001111101100101100010111111111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA736; }

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

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

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

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

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

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

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

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