#a8b034

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

Shades of Brass #A8B034

Tints of Brass #A8B034

Color information

#A8B034 (or 0xA8B034) is unknown color: approx Brass. HEX triplet: A8, B0 and 34. RGB value is (168,176,52). Sum of RGB (Red+Green+Blue) = 168+176+52=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B034 is #574FCB. Grayscale: #9F9F9F. Windows color (decimal): -5722060 or 3453096. OLE color: 3453096.

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

Color convert

RGB16817652-
CMYK0.0500.700.31
HSL63.87º54.39%44.71%-
HSV(B)63.87º70.45%69.02%-
XYZ32.2939.629.19-
YUV159.4767.35134.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 52 (20.70% from 255) = 13.13%
R=42.42%
G=44.44%
B=13.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168176520.0500.700.3163.8754.3944.71
HexA8B03450461F40362d
Octal2502606450106371006655
Binary101010001011000011010010101000110111111000000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8b034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8b034; }

 p { color: rgb(168,176,52); }

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

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

 a { background-color: rgb(168,176,52); }

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

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

 span { border-color: rgb(168,176,52); }

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