Html Css Color HEX #AC9C3C Brass

📋 copy color: '#AC9C3C'

red 172 ◦ green 156 ◦ blue 60

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

Shades of Brass #AC9C3C

Tints of Brass #AC9C3C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

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

R = 44.33%
G = 40.21%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC9C3C (or 0xAC9C3C) is known color: Brass. HEX triplet: AC, 9C and 3C. RGB value is (172,156,60). Sum of RGB (Red+Green+Blue) = 172+156+60=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C3C is #5363C3. Grayscale: #969696. Windows color (decimal): -5465028 or 3972268. OLE color: 3972268.

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

Color convert

RGB 172 156 60 -
CMYK 0 0.09 0.65 0.33
HSL 51.43º 0.48% 0.45% -
HSV(B) 51.43º 0.65% 0.67% -
XYZ 29.72 32.87 9.05 -
YUV 149.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 172 156 60 0 0.09 0.65 0.33 51.43 0.48 0.45
Hex AC 9C 3C 0 9 41 21 33 30 2D
Octal 254 234 74 0 11 101 41 63 60 55
Binary 10101100 10011100 111100 0 1001 1000001 100001 110011 110000 101101

Color Harmonies of #AC9C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C3C

Black with #AC9C3C

Text Example


Text Example

White with #AC9C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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