Html Css Color HEX #AC9D41 Brass

📋 copy color: '#AC9D41'

red 172 ◦ green 157 ◦ blue 65

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

Shades of Brass #AC9D41

Tints of Brass #AC9D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 43.65%
G = 39.85%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9D41 (or 0xAC9D41) is known color: Brass. HEX triplet: AC, 9D and 41. RGB value is (172,157,65). Sum of RGB (Red+Green+Blue) = 172+157+65=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D41 is #5362BE. Grayscale: #979797. Windows color (decimal): -5464767 or 4300204. OLE color: 4300204.

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

Color convert

RGB 172 157 65 -
CMYK 0 0.09 0.62 0.33
HSL 51.59º 0.45% 0.46% -
HSV(B) 51.59º 0.62% 0.67% -
XYZ 30.02 33.27 9.84 -
YUV 151 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 172 157 65 0 0.09 0.62 0.33 51.59 0.45 0.46
Hex AC 9D 41 0 9 3E 21 34 2D 2E
Octal 254 235 101 0 11 76 41 64 55 56
Binary 10101100 10011101 1000001 0 1001 111110 100001 110100 101101 101110

Color Harmonies of #AC9D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D41

Black with #AC9D41

Text Example


Text Example

White with #AC9D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D41; }

 p { color: rgb(172,157,65); }

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

background-color css

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

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

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

border-color css

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

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

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