#AF9E3D

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

Shades of Brass #AF9E3D

Tints of Brass #AF9E3D

Color information

#AF9E3D (or 0xAF9E3D) is unknown color: approx Brass. HEX triplet: AF, 9E and 3D. RGB value is (175,158,61). Sum of RGB (Red+Green+Blue) = 175+158+61=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9E3D is #5061C2. Grayscale: #989898. Windows color (decimal): -5267907 or 4038319. OLE color: 4038319.

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

Color convert

RGB17515861-
CMYK00.100.650.31
HSL51.05º48.31%46.27%-
HSV(B)51.05º65.14%68.63%-
XYZ30.7533.99.34-
YUV152.0276.63144.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=44.42%
G=40.10%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751586100.100.650.3151.0548.3146.27
HexAF9E3D0A411F33302e
Octal2572367501210137636056
Binary101011111001111011110101010100000111111110011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E3D; }

 p { color: rgb(175,158,61); }

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

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

 a { background-color: rgb(175,158,61); }

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

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

 span { border-color: rgb(175,158,61); }

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