#AFA64C

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

Shades of Brass #AFA64C

Tints of Brass #AFA64C

Color information

#AFA64C (or 0xAFA64C) is unknown color: approx Brass. HEX triplet: AF, A6 and 4C. RGB value is (175,166,76). Sum of RGB (Red+Green+Blue) = 175+166+76=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA64C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA64C is #5059B3. Grayscale: #9E9E9E. Windows color (decimal): -5265844 or 5023407. OLE color: 5023407.

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

Color convert

RGB17516676-
CMYK00.050.570.31
HSL54.55º39.44%49.22%-
HSV(B)54.55º56.57%68.63%-
XYZ32.6236.9112.24-
YUV158.4381.48139.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 76 (30.08% from 255) = 18.23%
R=41.97%
G=39.81%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751667600.050.570.3154.5539.4449.22
HexAFA64C05391F372731
Octal257246114057137674761
Binary10101111101001101001100010111100111111110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA64C; }

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

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

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

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

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

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

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

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