Html Css Color HEX #ACAC3C Brass

📋 copy color: '#ACAC3C'

red 172 ◦ green 172 ◦ blue 60

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

Shades of Brass #ACAC3C

Tints of Brass #ACAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.57%

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

R = 42.57%
G = 42.57%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ACAC3C (or 0xACAC3C) is known color: Brass. HEX triplet: AC, AC and 3C. RGB value is (172,172,60). Sum of RGB (Red+Green+Blue) = 172+172+60=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC3C is #5353C3. Grayscale: #9F9F9F. Windows color (decimal): -5460932 or 3976364. OLE color: 3976364.

HSL color Cylindrical-coordinate representation of color #ACAC3C: hue angle of 60º 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 #ACAC3C is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 60 -
CMYK 0 0 0.65 0.33
HSL 60º 0.48% 0.45% -
HSV(B) 60º 0.65% 0.67% -
XYZ 32.58 38.6 10.01 -
YUV 159.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 172 172 60 0 0 0.65 0.33 60 0.48 0.45
Hex AC AC 3C 0 0 41 21 3C 30 2D
Octal 254 254 74 0 0 101 41 74 60 55
Binary 10101100 10101100 111100 0 0 1000001 100001 111100 110000 101101

Color Harmonies of #ACAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC3C

Black with #ACAC3C

Text Example


Text Example

White with #ACAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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