Html Css Color HEX #AC9C40 Brass

📋 copy color: '#AC9C40'

red 172 ◦ green 156 ◦ blue 64

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

Shades of Brass #AC9C40

Tints of Brass #AC9C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 43.88%
G = 39.8%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC9C40 (or 0xAC9C40) is known color: Brass. HEX triplet: AC, 9C and 40. RGB value is (172,156,64). Sum of RGB (Red+Green+Blue) = 172+156+64=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C40 is #5363BF. Grayscale: #969696. Windows color (decimal): -5465024 or 4234412. OLE color: 4234412.

HSL color Cylindrical-coordinate representation of color #AC9C40: hue angle of 51.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC9C40 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 156 64 -
CMYK 0 0.09 0.63 0.33
HSL 51.11º 0.46% 0.46% -
HSV(B) 51.11º 0.63% 0.67% -
XYZ 29.83 32.92 9.63 -
YUV 150.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 172 156 64 0 0.09 0.63 0.33 51.11 0.46 0.46
Hex AC 9C 40 0 9 3F 21 33 2E 2E
Octal 254 234 100 0 11 77 41 63 56 56
Binary 10101100 10011100 1000000 0 1001 111111 100001 110011 101110 101110

Color Harmonies of #AC9C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C40

Black with #AC9C40

Text Example


Text Example

White with #AC9C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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