#A8B03F

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

Shades of Brass #A8B03F

Tints of Brass #A8B03F

Color information

#A8B03F (or 0xA8B03F) is unknown color: approx Brass. HEX triplet: A8, B0 and 3F. RGB value is (168,176,63). Sum of RGB (Red+Green+Blue) = 168+176+63=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B03F is #574FC0. Grayscale: #A1A1A1. Windows color (decimal): -5722049 or 4173992. OLE color: 4173992.

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

Color convert

RGB16817663-
CMYK0.0500.640.31
HSL64.25º47.28%46.86%-
HSV(B)64.25º64.2%69.02%-
XYZ32.5739.7310.66-
YUV160.7372.85133.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 63 (25% from 255) = 15.48%
R=41.28%
G=43.24%
B=15.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168176630.0500.640.3164.2547.2846.86
HexA8B03F50401F402f2f
Octal2502607750100371005757
Binary101010001011000011111110101000000111111000000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B03F; }

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

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

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

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

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

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

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

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