Html Css Color HEX #AC9E3F Brass

📋 copy color: '#AC9E3F'

red 172 ◦ green 158 ◦ blue 63

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

Shades of Brass #AC9E3F

Tints of Brass #AC9E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.03%

R = 43.77%
G = 40.2%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC9E3F (or 0xAC9E3F) is known color: Brass. HEX triplet: AC, 9E and 3F. RGB value is (172,158,63). Sum of RGB (Red+Green+Blue) = 172+158+63=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E3F is #5361C0. Grayscale: #979797. Windows color (decimal): -5464513 or 4169388. OLE color: 4169388.

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

Color convert

RGB 172 158 63 -
CMYK 0 0.08 0.63 0.33
HSL 52.29º 0.46% 0.46% -
HSV(B) 52.29º 0.63% 0.67% -
XYZ 30.14 33.58 9.6 -
YUV 151.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 172 158 63 0 0.08 0.63 0.33 52.29 0.46 0.46
Hex AC 9E 3F 0 8 3F 21 34 2E 2E
Octal 254 236 77 0 10 77 41 64 56 56
Binary 10101100 10011110 111111 0 1000 111111 100001 110100 101110 101110

Color Harmonies of #AC9E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E3F

Black with #AC9E3F

Text Example


Text Example

White with #AC9E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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