#AFA442

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

Shades of Brass #AFA442

Tints of Brass #AFA442

Color information

#AFA442 (or 0xAFA442) is unknown color: approx Brass. HEX triplet: AF, A4 and 42. RGB value is (175,164,66). Sum of RGB (Red+Green+Blue) = 175+164+66=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA442 is #505BBD. Grayscale: #9C9C9C. Windows color (decimal): -5266366 or 4367535. OLE color: 4367535.

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

Color convert

RGB17516466-
CMYK00.060.620.31
HSL53.94º45.23%47.25%-
HSV(B)53.94º62.29%68.63%-
XYZ31.9436.0610.43-
YUV156.1277.14141.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=43.21%
G=40.49%
B=16.30%

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
Decimal1751646600.060.620.3153.9445.2347.25
HexAFA442063E1F362d2f
Octal257244102067637665557
Binary10101111101001001000010011011111011111110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA442; }

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

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

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

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

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

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

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

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