Html Css Color HEX #AC9E3C Brass

📋 copy color: '#AC9E3C'

red 172 ◦ green 158 ◦ blue 60

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

Shades of Brass #AC9E3C

Tints of Brass #AC9E3C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.51%

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

R = 44.1%
G = 40.51%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC9E3C (or 0xAC9E3C) is known color: Brass. HEX triplet: AC, 9E and 3C. RGB value is (172,158,60). Sum of RGB (Red+Green+Blue) = 172+158+60=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E3C is #5361C3. Grayscale: #979797. Windows color (decimal): -5464516 or 3972780. OLE color: 3972780.

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

Color convert

RGB 172 158 60 -
CMYK 0 0.08 0.65 0.33
HSL 52.5º 0.48% 0.45% -
HSV(B) 52.5º 0.65% 0.67% -
XYZ 30.06 33.55 9.17 -
YUV 151.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 172 158 60 0 0.08 0.65 0.33 52.5 0.48 0.45
Hex AC 9E 3C 0 8 41 21 34 30 2D
Octal 254 236 74 0 10 101 41 64 60 55
Binary 10101100 10011110 111100 0 1000 1000001 100001 110100 110000 101101

Color Harmonies of #AC9E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E3C

Black with #AC9E3C

Text Example


Text Example

White with #AC9E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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