Html Css Color HEX #ACA54A Brass

📋 copy color: '#ACA54A'

red 172 ◦ green 165 ◦ blue 74

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

Shades of Brass #ACA54A

Tints of Brass #ACA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 41.85%
G = 40.15%
B = 18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#ACA54A (or 0xACA54A) is known color: Brass. HEX triplet: AC, A5 and 4A. RGB value is (172,165,74). Sum of RGB (Red+Green+Blue) = 172+165+74=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA54A is #535AB5. Grayscale: #9D9D9D. Windows color (decimal): -5462710 or 4892076. OLE color: 4892076.

HSL color Cylindrical-coordinate representation of color #ACA54A: hue angle of 55.71º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACA54A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 165 74 -
CMYK 0 0.04 0.57 0.33
HSL 55.71º 0.4% 0.48% -
HSV(B) 55.71º 0.57% 0.67% -
XYZ 31.7 36.18 11.79 -
YUV 156.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 172 165 74 0 0.04 0.57 0.33 55.71 0.4 0.48
Hex AC A5 4A 0 4 39 21 38 28 30
Octal 254 245 112 0 4 71 41 70 50 60
Binary 10101100 10100101 1001010 0 100 111001 100001 111000 101000 110000

Color Harmonies of #ACA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA54A

Black with #ACA54A

Text Example


Text Example

White with #ACA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA54A; }

 p { color: rgb(172,165,74); }

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

background-color css

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

 a { background-color: rgb(172,165,74); }

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

border-color css

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

 span { border-color: rgb(172,165,74); }

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