#AFAD3E

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

Shades of Brass #AFAD3E

Tints of Brass #AFAD3E

Color information

#AFAD3E (or 0xAFAD3E) is unknown color: approx Brass. HEX triplet: AF, AD and 3E. RGB value is (175,173,62). Sum of RGB (Red+Green+Blue) = 175+173+62=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD3E is #5052C1. Grayscale: #A1A1A1. Windows color (decimal): -5264066 or 4107695. OLE color: 4107695.

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

Color convert

RGB17517362-
CMYK00.010.650.31
HSL58.94º47.68%46.47%-
HSV(B)58.94º64.57%68.63%-
XYZ33.4939.3510.39-
YUV160.9472.16138.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 62 (24.61% from 255) = 15.12%
R=42.68%
G=42.20%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751736200.010.650.3158.9447.6846.47
HexAFAD3E01411F3b302e
Octal257255760110137736056
Binary101011111010110111111001100000111111111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD3E; }

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

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

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

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

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

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

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

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