Html Css Color HEX #AC9D3E Brass

📋 copy color: '#AC9D3E'

red 172 ◦ green 157 ◦ blue 62

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

Shades of Brass #AC9D3E

Tints of Brass #AC9D3E

RGB

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

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

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

R = 43.99%
G = 40.15%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC9D3E (or 0xAC9D3E) is known color: Brass. HEX triplet: AC, 9D and 3E. RGB value is (172,157,62). Sum of RGB (Red+Green+Blue) = 172+157+62=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D3E is #5362C1. Grayscale: #979797. Windows color (decimal): -5464770 or 4103596. OLE color: 4103596.

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

Color convert

RGB 172 157 62 -
CMYK 0 0.09 0.64 0.33
HSL 51.82º 0.47% 0.46% -
HSV(B) 51.82º 0.64% 0.67% -
XYZ 29.94 33.23 9.39 -
YUV 150.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 172 157 62 0 0.09 0.64 0.33 51.82 0.47 0.46
Hex AC 9D 3E 0 9 40 21 34 2F 2E
Octal 254 235 76 0 11 100 41 64 57 56
Binary 10101100 10011101 111110 0 1001 1000000 100001 110100 101111 101110

Color Harmonies of #AC9D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D3E

Black with #AC9D3E

Text Example


Text Example

White with #AC9D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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