#AFA545

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

Shades of Brass #AFA545

Tints of Brass #AFA545

Color information

#AFA545 (or 0xAFA545) is unknown color: approx Brass. HEX triplet: AF, A5 and 45. RGB value is (175,165,69). Sum of RGB (Red+Green+Blue) = 175+165+69=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA545 is #505ABA. Grayscale: #9D9D9D. Windows color (decimal): -5266107 or 4564399. OLE color: 4564399.

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

Color convert

RGB17516569-
CMYK00.060.610.31
HSL54.34º43.44%47.84%-
HSV(B)54.34º60.57%68.63%-
XYZ32.2136.4510.97-
YUV157.0578.31140.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 69 (27.34% from 255) = 16.87%
R=42.79%
G=40.34%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751656900.060.610.3154.3443.4447.84
HexAFA545063D1F362b30
Octal257245105067537665360
Binary10101111101001011000101011011110111111110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA545; }

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

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

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

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

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

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

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

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