#AFAD3A

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

Shades of Brass #AFAD3A

Tints of Brass #AFAD3A

Color information

#AFAD3A (or 0xAFAD3A) is unknown color: approx Brass. HEX triplet: AF, AD and 3A. RGB value is (175,173,58). Sum of RGB (Red+Green+Blue) = 175+173+58=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD3A is #5052C5. Grayscale: #A0A0A0. Windows color (decimal): -5264070 or 3845551. OLE color: 3845551.

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

Color convert

RGB17517358-
CMYK00.010.670.31
HSL58.97º50.21%45.69%-
HSV(B)58.97º66.86%68.63%-
XYZ33.3939.319.83-
YUV160.4970.16138.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 58 (23.05% from 255) = 14.29%
R=43.10%
G=42.61%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751735800.010.670.3158.9750.2145.69
HexAFAD3A01431F3b322e
Octal257255720110337736256
Binary101011111010110111101001100001111111111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD3A; }

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

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

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

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

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

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

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

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