#AFA636

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

Shades of Brass #AFA636

Tints of Brass #AFA636

Color information

#AFA636 (or 0xAFA636) is unknown color: approx Brass. HEX triplet: AF, A6 and 36. RGB value is (175,166,54). Sum of RGB (Red+Green+Blue) = 175+166+54=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA636 is #5059C9. Grayscale: #9C9C9C. Windows color (decimal): -5265866 or 3581615. OLE color: 3581615.

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

Color convert

RGB17516654-
CMYK00.050.690.31
HSL55.54º52.84%44.9%-
HSV(B)55.54º69.14%68.63%-
XYZ31.9836.658.88-
YUV155.9270.48141.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 54 (21.48% from 255) = 13.67%
R=44.30%
G=42.03%
B=13.67%

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
Decimal1751665400.050.690.3155.5452.8444.9
HexAFA63605451F38352d
Octal257246660510537706555
Binary10101111101001101101100101100010111111111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA636; }

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

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

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

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

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

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

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

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