Html Css Color HEX #A4AC3F Brass

📋 copy color: '#A4AC3F'

red 164 ◦ green 172 ◦ blue 63

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

Shades of Brass #A4AC3F

Tints of Brass #A4AC3F

RGB

 RED value IS 164 (64.45% from 255) = 41.1%

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

 BLUE value IS 63 (25% from 255) = 15.79%

R = 41.1%
G = 43.11%
B = 15.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#A4AC3F (or 0xA4AC3F) is known color: Brass. HEX triplet: A4, AC and 3F. RGB value is (164,172,63). Sum of RGB (Red+Green+Blue) = 164+172+63=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC3F is #5B53C0. Grayscale: #9D9D9D. Windows color (decimal): -5985217 or 4172964. OLE color: 4172964.

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

Color convert

RGB 164 172 63 -
CMYK 0.05 0 0.63 0.33
HSL 64.4º 0.46% 0.46% -
HSV(B) 64.4º 0.63% 0.67% -
XYZ 30.96 37.76 10.36 -
YUV 157.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 164 172 63 0.05 0 0.63 0.33 64.4 0.46 0.46
Hex A4 AC 3F 5 0 3F 21 40 2E 2E
Octal 244 254 77 5 0 77 41 100 56 56
Binary 10100100 10101100 111111 101 0 111111 100001 1000000 101110 101110

Color Harmonies of #A4AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AC3F

Black with #A4AC3F

Text Example


Text Example

White with #A4AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AC3F; }

 p { color: rgb(164,172,63); }

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

background-color css

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

 a { background-color: rgb(164,172,63); }

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

border-color css

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

 span { border-color: rgb(164,172,63); }

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