#AFA443

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

Shades of Brass #AFA443

Tints of Brass #AFA443

Color information

#AFA443 (or 0xAFA443) is unknown color: approx Brass. HEX triplet: AF, A4 and 43. RGB value is (175,164,67). Sum of RGB (Red+Green+Blue) = 175+164+67=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA443 is #505BBC. Grayscale: #9C9C9C. Windows color (decimal): -5266365 or 4433071. OLE color: 4433071.

HSL color Cylindrical-coordinate representation of color #AFA443: hue angle of 53.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFA443 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17516467-
CMYK00.060.620.31
HSL53.89º44.63%47.45%-
HSV(B)53.89º61.71%68.63%-
XYZ31.9736.0710.59-
YUV156.2377.64141.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 67 (26.56% from 255) = 16.50%
R=43.10%
G=40.39%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751646700.060.620.3153.8944.6347.45
HexAFA443063E1F362d2f
Octal257244103067637665557
Binary10101111101001001000011011011111011111110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA443; }

 p { color: rgb(175,164,67); }

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

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

 a { background-color: rgb(175,164,67); }

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

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

 span { border-color: rgb(175,164,67); }

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