#AFA451

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

Shades of Brass #AFA451

Tints of Brass #AFA451

Color information

#AFA451 (or 0xAFA451) is unknown color: approx Brass. HEX triplet: AF, A4 and 51. RGB value is (175,164,81). Sum of RGB (Red+Green+Blue) = 175+164+81=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA451 is #505BAE. Grayscale: #9E9E9E. Windows color (decimal): -5266351 or 5350575. OLE color: 5350575.

HSL color Cylindrical-coordinate representation of color #AFA451: hue angle of 52.98º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFA451 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17516481-
CMYK00.060.540.31
HSL52.98º37.01%50.2%-
HSV(B)52.98º53.71%68.63%-
XYZ32.4436.2613.07-
YUV157.8384.64140.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 81 (32.03% from 255) = 19.29%
R=41.67%
G=39.05%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751648100.060.540.3152.9837.0150.2
HexAFA45106361F352532
Octal257244121066637654562
Binary10101111101001001010001011011011011111110101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA451; }

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

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

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

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

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

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

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

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