Html Css Color HEX #ACB040 Brass

📋 copy color: '#ACB040'

red 172 ◦ green 176 ◦ blue 64

#ACB040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ACB040

Tints of Brass #ACB040

RGB

 RED value IS 172 (67.58% from 255) = 41.75%

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 41.75%
G = 42.72%
B = 15.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#ACB040 (or 0xACB040) is known color: Brass. HEX triplet: AC, B0 and 40. RGB value is (172,176,64). Sum of RGB (Red+Green+Blue) = 172+176+64=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB040 is #534FBF. Grayscale: #A2A2A2. Windows color (decimal): -5459904 or 4239532. OLE color: 4239532.

HSL color Cylindrical-coordinate representation of color #ACB040: hue angle of 62.14º 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 #ACB040 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 64 -
CMYK 0.02 0 0.64 0.31
HSL 62.14º 0.47% 0.47% -
HSV(B) 62.14º 0.64% 0.69% -
XYZ 33.46 40.19 10.84 -
YUV 162.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 172 176 64 0.02 0 0.64 0.31 62.14 0.47 0.47
Hex AC B0 40 2 0 40 1F 3E 2F 2F
Octal 254 260 100 2 0 100 37 76 57 57
Binary 10101100 10110000 1000000 10 0 1000000 11111 111110 101111 101111

Color Harmonies of #ACB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB040

Black with #ACB040

Text Example


Text Example

White with #ACB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB040; }

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

 H1.HeaderClassName
 {
   color: #ACB040;
 }
 .AnyTagClassName
 {
   color: #ACB040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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