Html Css Color HEX #AC9F3E Brass

📋 copy color: '#AC9F3E'

red 172 ◦ green 159 ◦ blue 62

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

Shades of Brass #AC9F3E

Tints of Brass #AC9F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.78%

R = 43.77%
G = 40.46%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC9F3E (or 0xAC9F3E) is known color: Brass. HEX triplet: AC, 9F and 3E. RGB value is (172,159,62). Sum of RGB (Red+Green+Blue) = 172+159+62=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F3E is #5360C1. Grayscale: #989898. Windows color (decimal): -5464258 or 4104108. OLE color: 4104108.

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

Color convert

RGB 172 159 62 -
CMYK 0 0.08 0.64 0.33
HSL 52.91º 0.47% 0.46% -
HSV(B) 52.91º 0.64% 0.67% -
XYZ 30.28 33.91 9.51 -
YUV 151.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 172 159 62 0 0.08 0.64 0.33 52.91 0.47 0.46
Hex AC 9F 3E 0 8 40 21 35 2F 2E
Octal 254 237 76 0 10 100 41 65 57 56
Binary 10101100 10011111 111110 0 1000 1000000 100001 110101 101111 101110

Color Harmonies of #AC9F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F3E

Black with #AC9F3E

Text Example


Text Example

White with #AC9F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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