#AFA848

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

Shades of Brass #AFA848

Tints of Brass #AFA848

Color information

#AFA848 (or 0xAFA848) is unknown color: approx Brass. HEX triplet: AF, A8 and 48. RGB value is (175,168,72). Sum of RGB (Red+Green+Blue) = 175+168+72=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA848 is #5057B7. Grayscale: #9F9F9F. Windows color (decimal): -5265336 or 4761775. OLE color: 4761775.

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

Color convert

RGB17516872-
CMYK00.040.590.31
HSL55.92º41.7%48.43%-
HSV(B)55.92º58.86%68.63%-
XYZ32.8537.5911.65-
YUV159.1578.82139.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 72 (28.52% from 255) = 17.35%
R=42.17%
G=40.48%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751687200.040.590.3155.9241.748.43
HexAFA848043B1F382a30
Octal257250110047337705260
Binary10101111101010001001000010011101111111111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA848; }

 p { color: rgb(175,168,72); }

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

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

 a { background-color: rgb(175,168,72); }

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

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

 span { border-color: rgb(175,168,72); }

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