Html Css Color HEX #AC9E38 Brass

📋 copy color: '#AC9E38'

red 172 ◦ green 158 ◦ blue 56

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

Shades of Brass #AC9E38

Tints of Brass #AC9E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.51%

R = 44.56%
G = 40.93%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC9E38 (or 0xAC9E38) is known color: Brass. HEX triplet: AC, 9E and 38. RGB value is (172,158,56). Sum of RGB (Red+Green+Blue) = 172+158+56=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E38 is #5361C7. Grayscale: #969696. Windows color (decimal): -5464520 or 3710636. OLE color: 3710636.

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

Color convert

RGB 172 158 56 -
CMYK 0 0.08 0.67 0.33
HSL 52.76º 0.51% 0.45% -
HSV(B) 52.76º 0.67% 0.67% -
XYZ 29.95 33.51 8.63 -
YUV 150.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 172 158 56 0 0.08 0.67 0.33 52.76 0.51 0.45
Hex AC 9E 38 0 8 43 21 35 33 2D
Octal 254 236 70 0 10 103 41 65 63 55
Binary 10101100 10011110 111000 0 1000 1000011 100001 110101 110011 101101

Color Harmonies of #AC9E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E38

Black with #AC9E38

Text Example


Text Example

White with #AC9E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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