#AFA639

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

Shades of Brass #AFA639

Tints of Brass #AFA639

Color information

#AFA639 (or 0xAFA639) is unknown color: approx Brass. HEX triplet: AF, A6 and 39. RGB value is (175,166,57). Sum of RGB (Red+Green+Blue) = 175+166+57=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA639 is #5059C6. Grayscale: #9C9C9C. Windows color (decimal): -5265863 or 3778223. OLE color: 3778223.

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

Color convert

RGB17516657-
CMYK00.050.670.31
HSL55.42º50.86%45.49%-
HSV(B)55.42º67.43%68.63%-
XYZ32.0536.689.26-
YUV156.2671.98141.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 57 (22.66% from 255) = 14.32%
R=43.97%
G=41.71%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751665700.050.670.3155.4250.8645.49
HexAFA63905431F37332d
Octal257246710510337676355
Binary10101111101001101110010101100001111111110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA639; }

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

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

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

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

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

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

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

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