#AFA645

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

Shades of Brass #AFA645

Tints of Brass #AFA645

Color information

#AFA645 (or 0xAFA645) is unknown color: approx Brass. HEX triplet: AF, A6 and 45. RGB value is (175,166,69). Sum of RGB (Red+Green+Blue) = 175+166+69=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA645 is #5059BA. Grayscale: #9E9E9E. Windows color (decimal): -5265851 or 4564655. OLE color: 4564655.

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

Color convert

RGB17516669-
CMYK00.050.610.31
HSL54.91º43.44%47.84%-
HSV(B)54.91º60.57%68.63%-
XYZ32.3936.8211.03-
YUV157.6377.98140.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=42.68%
G=40.49%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751666900.050.610.3154.9143.4447.84
HexAFA645053D1F372b30
Octal257246105057537675360
Binary10101111101001101000101010111110111111110111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA645; }

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

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

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

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

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

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

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

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