Html Css Color HEX #A7AC40 Brass

📋 copy color: '#A7AC40'

red 167 ◦ green 172 ◦ blue 64

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

Shades of Brass #A7AC40

Tints of Brass #A7AC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 41.44%
G = 42.68%
B = 15.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#A7AC40 (or 0xA7AC40) is known color: Brass. HEX triplet: A7, AC and 40. RGB value is (167,172,64). Sum of RGB (Red+Green+Blue) = 167+172+64=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC40 is #5853BF. Grayscale: #9E9E9E. Windows color (decimal): -5788608 or 4238503. OLE color: 4238503.

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

Color convert

RGB 167 172 64 -
CMYK 0.03 0 0.63 0.33
HSL 62.78º 0.46% 0.46% -
HSV(B) 62.78º 0.63% 0.67% -
XYZ 31.61 38.09 10.54 -
YUV 158.19 74.84 134.28 -
System Red Green Blue C M Y K H S L
Decimal 167 172 64 0.03 0 0.63 0.33 62.78 0.46 0.46
Hex A7 AC 40 3 0 3F 21 3F 2E 2E
Octal 247 254 100 3 0 77 41 77 56 56
Binary 10100111 10101100 1000000 11 0 111111 100001 111111 101110 101110

Color Harmonies of #A7AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AC40

Black with #A7AC40

Text Example


Text Example

White with #A7AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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