#A7A83C

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

Shades of Brass #A7A83C

Tints of Brass #A7A83C

Color information

#A7A83C (or 0xA7A83C) is unknown color: approx Brass. HEX triplet: A7, A8 and 3C. RGB value is (167,168,60). Sum of RGB (Red+Green+Blue) = 167+168+60=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A83C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A83C is #5857C3. Grayscale: #9B9B9B. Windows color (decimal): -5789636 or 3975335. OLE color: 3975335.

HSL color Cylindrical-coordinate representation of color #A7A83C: hue angle of 60.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7A83C is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB16716860-
CMYK0.0100.640.34
HSL60.56º47.37%44.71%-
HSV(B)60.56º64.29%65.88%-
XYZ30.7536.559.71-
YUV155.3974.17136.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 60 (23.83% from 255) = 15.19%
R=42.28%
G=42.53%
B=15.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167168600.0100.640.3460.5647.3744.71
HexA7A83C1040223d2f2d
Octal247250741010042755755
Binary1010011110101000111100101000000100010111101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A83C; }

 p { color: rgb(167,168,60); }

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

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

 a { background-color: rgb(167,168,60); }

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

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

 span { border-color: rgb(167,168,60); }

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