Html Css Color HEX #ACAA3C Brass

📋 copy color: '#ACAA3C'

red 172 ◦ green 170 ◦ blue 60

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

Shades of Brass #ACAA3C

Tints of Brass #ACAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 42.79%
G = 42.29%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ACAA3C (or 0xACAA3C) is known color: Brass. HEX triplet: AC, AA and 3C. RGB value is (172,170,60). Sum of RGB (Red+Green+Blue) = 172+170+60=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA3C is #5355C3. Grayscale: #9E9E9E. Windows color (decimal): -5461444 or 3975852. OLE color: 3975852.

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

Color convert

RGB 172 170 60 -
CMYK 0 0.01 0.65 0.33
HSL 58.93º 0.48% 0.45% -
HSV(B) 58.93º 0.65% 0.67% -
XYZ 32.2 37.85 9.88 -
YUV 158.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 172 170 60 0 0.01 0.65 0.33 58.93 0.48 0.45
Hex AC AA 3C 0 1 41 21 3B 30 2D
Octal 254 252 74 0 1 101 41 73 60 55
Binary 10101100 10101010 111100 0 1 1000001 100001 111011 110000 101101

Color Harmonies of #ACAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA3C

Black with #ACAA3C

Text Example


Text Example

White with #ACAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA3C; }

 p { color: rgb(172,170,60); }

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

background-color css

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

 a { background-color: rgb(172,170,60); }

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

border-color css

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

 span { border-color: rgb(172,170,60); }

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