Html Css Color HEX #A7AC3E Brass

📋 copy color: '#A7AC3E'

red 167 ◦ green 172 ◦ blue 62

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

Shades of Brass #A7AC3E

Tints of Brass #A7AC3E

RGB

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

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

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

R = 41.65%
G = 42.89%
B = 15.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#A7AC3E (or 0xA7AC3E) is known color: Brass. HEX triplet: A7, AC and 3E. RGB value is (167,172,62). Sum of RGB (Red+Green+Blue) = 167+172+62=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #A7AC3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AC3E is #5853C1. Grayscale: #9E9E9E. Windows color (decimal): -5788610 or 4107431. OLE color: 4107431.

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

Color convert

RGB 167 172 62 -
CMYK 0.03 0 0.64 0.33
HSL 62.73º 0.47% 0.46% -
HSV(B) 62.73º 0.64% 0.67% -
XYZ 31.56 38.07 10.24 -
YUV 157.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 167 172 62 0.03 0 0.64 0.33 62.73 0.47 0.46
Hex A7 AC 3E 3 0 40 21 3F 2F 2E
Octal 247 254 76 3 0 100 41 77 57 56
Binary 10100111 10101100 111110 11 0 1000000 100001 111111 101111 101110

Color Harmonies of #A7AC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AC3E

Black with #A7AC3E

Text Example


Text Example

White with #A7AC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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