#A4AB34

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

Shades of Brass #A4AB34

Tints of Brass #A4AB34

Color information

#A4AB34 (or 0xA4AB34) is unknown color: approx Brass. HEX triplet: A4, AB and 34. RGB value is (164,171,52). Sum of RGB (Red+Green+Blue) = 164+171+52=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AB34 is #5B54CB. Grayscale: #9B9B9B. Windows color (decimal): -5985484 or 3451812. OLE color: 3451812.

HSL color Cylindrical-coordinate representation of color #A4AB34: hue angle of 63.53º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4AB34 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB16417152-
CMYK0.0400.700.33
HSL63.53º53.36%43.73%-
HSV(B)63.53º69.59%67.06%-
XYZ30.4937.278.83-
YUV155.3469.68134.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=42.38%
G=44.19%
B=13.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164171520.0400.700.3363.5353.3643.73
HexA4AB3440462140352c
Octal2442536440106411006554
Binary1010010010101011110100100010001101000011000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB34; }

 p { color: rgb(164,171,52); }

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

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

 a { background-color: rgb(164,171,52); }

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

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

 span { border-color: rgb(164,171,52); }

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