Html Css Color HEX #AC9D34 Brass

📋 copy color: '#AC9D34'

red 172 ◦ green 157 ◦ blue 52

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

Shades of Brass #AC9D34

Tints of Brass #AC9D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.65%

R = 45.14%
G = 41.21%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC9D34 (or 0xAC9D34) is known color: Brass. HEX triplet: AC, 9D and 34. RGB value is (172,157,52). Sum of RGB (Red+Green+Blue) = 172+157+52=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D34 is #5362CB. Grayscale: #959595. Windows color (decimal): -5464780 or 3448236. OLE color: 3448236.

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

Color convert

RGB 172 157 52 -
CMYK 0 0.09 0.70 0.33
HSL 52.5º 0.54% 0.44% -
HSV(B) 52.5º 0.7% 0.67% -
XYZ 29.69 33.13 8.08 -
YUV 149.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 172 157 52 0 0.09 0.70 0.33 52.5 0.54 0.44
Hex AC 9D 34 0 9 46 21 34 36 2C
Octal 254 235 64 0 11 106 41 64 66 54
Binary 10101100 10011101 110100 0 1001 1000110 100001 110100 110110 101100

Color Harmonies of #AC9D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D34

Black with #AC9D34

Text Example


Text Example

White with #AC9D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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