#afa649

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

Shades of Brass #AFA649

Tints of Brass #AFA649

Color information

#AFA649 (or 0xAFA649) is unknown color: approx Brass. HEX triplet: AF, A6 and 49. RGB value is (175,166,73). Sum of RGB (Red+Green+Blue) = 175+166+73=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA649 is #5059B6. Grayscale: #9E9E9E. Windows color (decimal): -5265847 or 4826799. OLE color: 4826799.

HSL color Cylindrical-coordinate representation of color #AFA649: hue angle of 54.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFA649 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17516673-
CMYK00.050.580.31
HSL54.71º41.13%48.63%-
HSV(B)54.71º58.29%68.63%-
XYZ32.5236.8711.71-
YUV158.0979.98140.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 166 (65.23% from 255) = 40.10%
BLUE value IS 73 (28.91% from 255) = 17.63%
R=42.27%
G=40.10%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751667300.050.580.3154.7141.1348.63
HexAFA649053A1F372931
Octal257246111057237675161
Binary10101111101001101001001010111101011111110111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa649; }

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

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

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

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

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

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

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

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