#AFA63E

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

Shades of Brass #AFA63E

Tints of Brass #AFA63E

Color information

#AFA63E (or 0xAFA63E) is unknown color: approx Brass. HEX triplet: AF, A6 and 3E. RGB value is (175,166,62). Sum of RGB (Red+Green+Blue) = 175+166+62=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA63E is #5059C1. Grayscale: #9D9D9D. Windows color (decimal): -5265858 or 4105903. OLE color: 4105903.

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

Color convert

RGB17516662-
CMYK00.050.650.31
HSL55.22º47.68%46.47%-
HSV(B)55.22º64.57%68.63%-
XYZ32.1836.739.95-
YUV156.8474.48140.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 62 (24.61% from 255) = 15.38%
R=43.42%
G=41.19%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751666200.050.650.3155.2247.6846.47
HexAFA63E05411F37302e
Octal257246760510137676056
Binary10101111101001101111100101100000111111110111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA63E; }

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

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

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

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

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

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

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

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