#A7AF3D

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

Shades of Brass #A7AF3D

Tints of Brass #A7AF3D

Color information

#A7AF3D (or 0xA7AF3D) is unknown color: approx Brass. HEX triplet: A7, AF and 3D. RGB value is (167,175,61). Sum of RGB (Red+Green+Blue) = 167+175+61=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AF3D is #5850C2. Grayscale: #A0A0A0. Windows color (decimal): -5787843 or 4042663. OLE color: 4042663.

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

Color convert

RGB16717561-
CMYK0.0500.650.31
HSL64.21º48.31%46.27%-
HSV(B)64.21º65.14%68.63%-
XYZ32.1139.2110.29-
YUV159.6172.35133.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=41.44%
G=43.42%
B=15.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167175610.0500.650.3164.2148.3146.27
HexA7AF3D50411F40302e
Octal2472577550101371006056
Binary101001111010111111110110101000001111111000000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF3D; }

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

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

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

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

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

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

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

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