#A7AF36

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

Shades of Brass #A7AF36

Tints of Brass #A7AF36

Color information

#A7AF36 (or 0xA7AF36) is unknown color: approx Brass. HEX triplet: A7, AF and 36. RGB value is (167,175,54). Sum of RGB (Red+Green+Blue) = 167+175+54=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AF36 is #5850C9. Grayscale: #9F9F9F. Windows color (decimal): -5787850 or 3583911. OLE color: 3583911.

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

Color convert

RGB16717554-
CMYK0.0500.690.31
HSL63.97º52.84%44.9%-
HSV(B)63.97º69.14%68.63%-
XYZ31.9339.149.36-
YUV158.8168.85133.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 54 (21.48% from 255) = 13.64%
R=42.17%
G=44.19%
B=13.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167175540.0500.690.3163.9752.8444.9
HexA7AF3650451F40352d
Octal2472576650105371006555
Binary101001111010111111011010101000101111111000000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF36; }

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

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

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

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

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

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

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

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