Html Css Color HEX #ACB140 Brass

📋 copy color: '#ACB140'

red 172 ◦ green 177 ◦ blue 64

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

Shades of Brass #ACB140

Tints of Brass #ACB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.86%

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

R = 41.65%
G = 42.86%
B = 15.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#ACB140 (or 0xACB140) is known color: Brass. HEX triplet: AC, B1 and 40. RGB value is (172,177,64). Sum of RGB (Red+Green+Blue) = 172+177+64=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB140 is #534EBF. Grayscale: #A3A3A3. Windows color (decimal): -5459648 or 4239788. OLE color: 4239788.

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

Color convert

RGB 172 177 64 -
CMYK 0.03 0 0.64 0.31
HSL 62.65º 0.47% 0.47% -
HSV(B) 62.65º 0.64% 0.69% -
XYZ 33.66 40.59 10.91 -
YUV 162.62 72.34 134.69 -
System Red Green Blue C M Y K H S L
Decimal 172 177 64 0.03 0 0.64 0.31 62.65 0.47 0.47
Hex AC B1 40 3 0 40 1F 3F 2F 2F
Octal 254 261 100 3 0 100 37 77 57 57
Binary 10101100 10110001 1000000 11 0 1000000 11111 111111 101111 101111

Color Harmonies of #ACB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB140

Black with #ACB140

Text Example


Text Example

White with #ACB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB140; }

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

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

background-color css

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

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

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

border-color css

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

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

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