Html Css Color HEX #A7AC32 Brass

📋 copy color: '#A7AC32'

red 167 ◦ green 172 ◦ blue 50

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

Shades of Brass #A7AC32

Tints of Brass #A7AC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 42.93%
G = 44.22%
B = 12.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#A7AC32 (or 0xA7AC32) is known color: Brass. HEX triplet: A7, AC and 32. RGB value is (167,172,50). Sum of RGB (Red+Green+Blue) = 167+172+50=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC32 is #5853CD. Grayscale: #9D9D9D. Windows color (decimal): -5788622 or 3320999. OLE color: 3320999.

HSL color Cylindrical-coordinate representation of color #A7AC32: hue angle of 62.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7AC32 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 172 50 -
CMYK 0.03 0 0.71 0.33
HSL 62.46º 0.55% 0.44% -
HSV(B) 62.46º 0.71% 0.67% -
XYZ 31.26 37.95 8.7 -
YUV 156.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 167 172 50 0.03 0 0.71 0.33 62.46 0.55 0.44
Hex A7 AC 32 3 0 47 21 3E 37 2C
Octal 247 254 62 3 0 107 41 76 67 54
Binary 10100111 10101100 110010 11 0 1000111 100001 111110 110111 101100

Color Harmonies of #A7AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AC32

Black with #A7AC32

Text Example


Text Example

White with #A7AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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