#A7AB36

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

Shades of Brass #A7AB36

Tints of Brass #A7AB36

Color information

#A7AB36 (or 0xA7AB36) is unknown color: approx Brass. HEX triplet: A7, AB and 36. RGB value is (167,171,54). Sum of RGB (Red+Green+Blue) = 167+171+54=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AB36 is #5854C9. Grayscale: #9C9C9C. Windows color (decimal): -5788874 or 3582887. OLE color: 3582887.

HSL color Cylindrical-coordinate representation of color #A7AB36: hue angle of 62.05º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A7AB36 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB16717154-
CMYK0.0200.680.33
HSL62.05º52%44.12%-
HSV(B)62.05º68.42%67.06%-
XYZ31.1737.619.11-
YUV156.4770.17135.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=42.60%
G=43.62%
B=13.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167171540.0200.680.3362.055244.12
HexA7AB362044213e342c
Octal247253662010441766454
Binary10100111101010111101101001000100100001111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AB36; }

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

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

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

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

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

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

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

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