#AFA94C

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

Shades of Brass #AFA94C

Tints of Brass #AFA94C

Color information

#AFA94C (or 0xAFA94C) is unknown color: approx Brass. HEX triplet: AF, A9 and 4C. RGB value is (175,169,76). Sum of RGB (Red+Green+Blue) = 175+169+76=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA94C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA94C is #5056B3. Grayscale: #A0A0A0. Windows color (decimal): -5265076 or 5024175. OLE color: 5024175.

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

Color convert

RGB17516976-
CMYK00.030.570.31
HSL56.36º39.44%49.22%-
HSV(B)56.36º56.57%68.63%-
XYZ33.1738.0112.43-
YUV160.1980.49138.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 76 (30.08% from 255) = 18.10%
R=41.67%
G=40.24%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751697600.030.570.3156.3639.4449.22
HexAFA94C03391F382731
Octal257251114037137704761
Binary1010111110101001100110001111100111111111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA94C; }

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

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

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

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

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

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

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

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