#AFA038

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

Shades of Brass #AFA038

Tints of Brass #AFA038

Color information

#AFA038 (or 0xAFA038) is unknown color: approx Brass. HEX triplet: AF, A0 and 38. RGB value is (175,160,56). Sum of RGB (Red+Green+Blue) = 175+160+56=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA038 is #505FC7. Grayscale: #999999. Windows color (decimal): -5267400 or 3711151. OLE color: 3711151.

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

Color convert

RGB17516056-
CMYK00.090.680.31
HSL52.44º51.52%45.29%-
HSV(B)52.44º68%68.63%-
XYZ30.9634.548.78-
YUV152.6373.47143.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 160 (62.89% from 255) = 40.92%
BLUE value IS 56 (22.27% from 255) = 14.32%
R=44.76%
G=40.92%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751605600.090.680.3152.4451.5245.29
HexAFA03809441F34342d
Octal2572407001110437646455
Binary101011111010000011100001001100010011111110100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA038; }

 p { color: rgb(175,160,56); }

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

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

 a { background-color: rgb(175,160,56); }

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

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

 span { border-color: rgb(175,160,56); }

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