#ACB03E

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

Shades of Brass #ACB03E

Tints of Brass #ACB03E

Color information

#ACB03E (or 0xACB03E) is unknown color: approx Brass. HEX triplet: AC, B0 and 3E. RGB value is (172,176,62). Sum of RGB (Red+Green+Blue) = 172+176+62=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB03E is #534FC1. Grayscale: #A2A2A2. Windows color (decimal): -5459906 or 4108460. OLE color: 4108460.

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

Color convert

RGB17217662-
CMYK0.0200.650.31
HSL62.11º47.9%46.67%-
HSV(B)62.11º64.77%69.02%-
XYZ33.4140.1710.55-
YUV161.8171.67135.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 176 (69.14% from 255) = 42.93%
BLUE value IS 62 (24.61% from 255) = 15.12%
R=41.95%
G=42.93%
B=15.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176620.0200.650.3162.1147.946.67
HexACB03E20411F3e302f
Octal254260762010137766057
Binary1010110010110000111110100100000111111111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB03E; }

 p { color: rgb(172,176,62); }

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

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

 a { background-color: rgb(172,176,62); }

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

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

 span { border-color: rgb(172,176,62); }

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