#A7AB4B

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

Shades of Brass #A7AB4B

Tints of Brass #A7AB4B

Color information

#A7AB4B (or 0xA7AB4B) is unknown color: approx Brass. HEX triplet: A7, AB and 4B. RGB value is (167,171,75). Sum of RGB (Red+Green+Blue) = 167+171+75=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AB4B is #5854B4. Grayscale: #9F9F9F. Windows color (decimal): -5788853 or 4959143. OLE color: 4959143.

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

Color convert

RGB16717175-
CMYK0.0200.560.33
HSL62.5º39.02%48.24%-
HSV(B)62.5º56.14%67.06%-
XYZ31.7737.8512.29-
YUV158.8680.67133.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=40.44%
G=41.40%
B=18.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167171750.0200.560.3362.539.0248.24
HexA7AB4B2038213e2730
Octal247253113207041764760
Binary10100111101010111001011100111000100001111110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AB4B; }

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

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

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

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

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

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

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

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