#A7A533

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

Shades of Brass #A7A533

Tints of Brass #A7A533

Color information

#A7A533 (or 0xA7A533) is unknown color: approx Brass. HEX triplet: A7, A5 and 33. RGB value is (167,165,51). Sum of RGB (Red+Green+Blue) = 167+165+51=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A533 is #585ACC. Grayscale: #999999. Windows color (decimal): -5790413 or 3384743. OLE color: 3384743.

HSL color Cylindrical-coordinate representation of color #A7A533: hue angle of 58.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7A533 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16716551-
CMYK00.010.690.35
HSL58.97º53.21%42.75%-
HSV(B)58.97º69.46%65.49%-
XYZ29.9935.368.38-
YUV152.670.66138.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=43.60%
G=43.08%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671655100.010.690.3558.9753.2142.75
HexA7A5330145233b352b
Octal247245630110543736553
Binary1010011110100101110011011000101100011111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A533; }

 p { color: rgb(167,165,51); }

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

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

 a { background-color: rgb(167,165,51); }

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

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

 span { border-color: rgb(167,165,51); }

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