#AFA247

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

Shades of Brass #AFA247

Tints of Brass #AFA247

Color information

#AFA247 (or 0xAFA247) is unknown color: approx Brass. HEX triplet: AF, A2 and 47. RGB value is (175,162,71). Sum of RGB (Red+Green+Blue) = 175+162+71=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA247 is #505DB8. Grayscale: #9B9B9B. Windows color (decimal): -5266873 or 4694703. OLE color: 4694703.

HSL color Cylindrical-coordinate representation of color #AFA247: hue angle of 52.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFA247 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17516271-
CMYK00.070.590.31
HSL52.5º42.28%48.24%-
HSV(B)52.5º59.43%68.63%-
XYZ31.7435.4111.12-
YUV155.5180.31141.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 71 (28.12% from 255) = 17.40%
R=42.89%
G=39.71%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751627100.070.590.3152.542.2848.24
HexAFA247073B1F342a30
Octal257242107077337645260
Binary10101111101000101000111011111101111111110100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA247; }

 p { color: rgb(175,162,71); }

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

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

 a { background-color: rgb(175,162,71); }

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

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

 span { border-color: rgb(175,162,71); }

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