#AFA640

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

Shades of Brass #AFA640

Tints of Brass #AFA640

Color information

#AFA640 (or 0xAFA640) is unknown color: approx Brass. HEX triplet: AF, A6 and 40. RGB value is (175,166,64). Sum of RGB (Red+Green+Blue) = 175+166+64=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA640 is #5059BF. Grayscale: #9D9D9D. Windows color (decimal): -5265856 or 4236975. OLE color: 4236975.

HSL color Cylindrical-coordinate representation of color #AFA640: hue angle of 55.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFA640 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17516664-
CMYK00.050.630.31
HSL55.14º46.44%46.86%-
HSV(B)55.14º63.43%68.63%-
XYZ32.2436.7610.25-
YUV157.0675.48140.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 166 (65.23% from 255) = 40.99%
BLUE value IS 64 (25.39% from 255) = 15.80%
R=43.21%
G=40.99%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751666400.050.630.3155.1446.4446.86
HexAFA640053F1F372e2f
Octal257246100057737675657
Binary10101111101001101000000010111111111111110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA640; }

 p { color: rgb(175,166,64); }

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

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

 a { background-color: rgb(175,166,64); }

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

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

 span { border-color: rgb(175,166,64); }

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