#AFA245

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

Shades of Brass #AFA245

Tints of Brass #AFA245

Color information

#AFA245 (or 0xAFA245) is unknown color: approx Brass. HEX triplet: AF, A2 and 45. RGB value is (175,162,69). Sum of RGB (Red+Green+Blue) = 175+162+69=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA245 is #505DBA. Grayscale: #9B9B9B. Windows color (decimal): -5266875 or 4563631. OLE color: 4563631.

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

Color convert

RGB17516269-
CMYK00.070.610.31
HSL52.64º43.44%47.84%-
HSV(B)52.64º60.57%68.63%-
XYZ31.6735.3810.79-
YUV155.2879.31142.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=43.10%
G=39.90%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751626900.070.610.3152.6443.4447.84
HexAFA245073D1F352b30
Octal257242105077537655360
Binary10101111101000101000101011111110111111110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA245; }

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

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

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

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

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

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

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

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