Html Css Color HEX #A7AC41 Brass

📋 copy color: '#A7AC41'

red 167 ◦ green 172 ◦ blue 65

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

Shades of Brass #A7AC41

Tints of Brass #A7AC41

RGB

 RED value IS 167 (65.63% from 255) = 41.34%

 GREEN value IS 172 (67.58% from 255) = 42.57%

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

R = 41.34%
G = 42.57%
B = 16.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#A7AC41 (or 0xA7AC41) is known color: Brass. HEX triplet: A7, AC and 41. RGB value is (167,172,65). Sum of RGB (Red+Green+Blue) = 167+172+65=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC41 is #5853BE. Grayscale: #9E9E9E. Windows color (decimal): -5788607 or 4304039. OLE color: 4304039.

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

Color convert

RGB 167 172 65 -
CMYK 0.03 0 0.62 0.33
HSL 62.8º 0.45% 0.46% -
HSV(B) 62.8º 0.62% 0.67% -
XYZ 31.64 38.1 10.69 -
YUV 158.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 167 172 65 0.03 0 0.62 0.33 62.8 0.45 0.46
Hex A7 AC 41 3 0 3E 21 3F 2D 2E
Octal 247 254 101 3 0 76 41 77 55 56
Binary 10100111 10101100 1000001 11 0 111110 100001 111111 101101 101110

Color Harmonies of #A7AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AC41

Black with #A7AC41

Text Example


Text Example

White with #A7AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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