Html Css Color HEX #AC9E41 Brass

📋 copy color: '#AC9E41'

red 172 ◦ green 158 ◦ blue 65

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

Shades of Brass #AC9E41

Tints of Brass #AC9E41

RGB

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

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

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

R = 43.54%
G = 40%
B = 16.46%

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

#AC9E41 (or 0xAC9E41) is known color: Brass. HEX triplet: AC, 9E and 41. RGB value is (172,158,65). Sum of RGB (Red+Green+Blue) = 172+158+65=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E41 is #5361BE. Grayscale: #979797. Windows color (decimal): -5464511 or 4300460. OLE color: 4300460.

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

Color convert

RGB 172 158 65 -
CMYK 0 0.08 0.62 0.33
HSL 52.15º 0.45% 0.46% -
HSV(B) 52.15º 0.62% 0.67% -
XYZ 30.19 33.61 9.9 -
YUV 151.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 172 158 65 0 0.08 0.62 0.33 52.15 0.45 0.46
Hex AC 9E 41 0 8 3E 21 34 2D 2E
Octal 254 236 101 0 10 76 41 64 55 56
Binary 10101100 10011110 1000001 0 1000 111110 100001 110100 101101 101110

Color Harmonies of #AC9E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E41

Black with #AC9E41

Text Example


Text Example

White with #AC9E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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