#afad45

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

Shades of Brass #AFAD45

Tints of Brass #AFAD45

Color information

#AFAD45 (or 0xAFAD45) is unknown color: approx Brass. HEX triplet: AF, AD and 45. RGB value is (175,173,69). Sum of RGB (Red+Green+Blue) = 175+173+69=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD45 is #5052BA. Grayscale: #A2A2A2. Windows color (decimal): -5264059 or 4566447. OLE color: 4566447.

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

Color convert

RGB17517369-
CMYK00.010.610.31
HSL58.87º43.44%47.84%-
HSV(B)58.87º60.57%68.63%-
XYZ33.739.4311.47-
YUV161.7475.66137.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=41.97%
G=41.49%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751736900.010.610.3158.8743.4447.84
HexAFAD45013D1F3b2b30
Octal257255105017537735360
Binary101011111010110110001010111110111111111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afad45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afad45; }

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

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

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

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

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

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

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

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