Html Css Color HEX #AC9F41 Brass

📋 copy color: '#AC9F41'

red 172 ◦ green 159 ◦ blue 65

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

Shades of Brass #AC9F41

Tints of Brass #AC9F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.15%

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

R = 43.43%
G = 40.15%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9F41 (or 0xAC9F41) is known color: Brass. HEX triplet: AC, 9F and 41. RGB value is (172,159,65). Sum of RGB (Red+Green+Blue) = 172+159+65=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F41 is #5360BE. Grayscale: #989898. Windows color (decimal): -5464255 or 4300716. OLE color: 4300716.

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

Color convert

RGB 172 159 65 -
CMYK 0 0.08 0.62 0.33
HSL 52.71º 0.45% 0.46% -
HSV(B) 52.71º 0.62% 0.67% -
XYZ 30.37 33.95 9.95 -
YUV 152.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 172 159 65 0 0.08 0.62 0.33 52.71 0.45 0.46
Hex AC 9F 41 0 8 3E 21 35 2D 2E
Octal 254 237 101 0 10 76 41 65 55 56
Binary 10101100 10011111 1000001 0 1000 111110 100001 110101 101101 101110

Color Harmonies of #AC9F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F41

Black with #AC9F41

Text Example


Text Example

White with #AC9F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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