#A7B033

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

Shades of Brass #A7B033

Tints of Brass #A7B033

Color information

#A7B033 (or 0xA7B033) is unknown color: approx Brass. HEX triplet: A7, B0 and 33. RGB value is (167,176,51). Sum of RGB (Red+Green+Blue) = 167+176+51=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B033 is #584FCC. Grayscale: #9F9F9F. Windows color (decimal): -5787597 or 3387559. OLE color: 3387559.

HSL color Cylindrical-coordinate representation of color #A7B033: hue angle of 64.32º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7B033 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB16717651-
CMYK0.0500.710.31
HSL64.32º55.07%44.51%-
HSV(B)64.32º71.02%69.02%-
XYZ32.0639.519.07-
YUV159.0667.02133.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 176 (69.14% from 255) = 44.67%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=42.39%
G=44.67%
B=12.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167176510.0500.710.3164.3255.0744.51
HexA7B03350471F40372d
Octal2472606350107371006755
Binary101001111011000011001110101000111111111000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B033; }

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

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

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

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

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

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

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

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