Html Css Color HEX #A3AC40 Brass

📋 copy color: '#A3AC40'

red 163 ◦ green 172 ◦ blue 64

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

Shades of Brass #A3AC40

Tints of Brass #A3AC40

RGB

 RED value IS 163 (64.06% from 255) = 40.85%

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

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

R = 40.85%
G = 43.11%
B = 16.04%

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

#A3AC40 (or 0xA3AC40) is known color: Brass. HEX triplet: A3, AC and 40. RGB value is (163,172,64). Sum of RGB (Red+Green+Blue) = 163+172+64=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AC40 is #5C53BF. Grayscale: #9D9D9D. Windows color (decimal): -6050752 or 4238499. OLE color: 4238499.

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

Color convert

RGB 163 172 64 -
CMYK 0.05 0 0.63 0.33
HSL 65º 0.46% 0.46% -
HSV(B) 65º 0.63% 0.67% -
XYZ 30.78 37.66 10.5 -
YUV 157 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 163 172 64 0.05 0 0.63 0.33 65 0.46 0.46
Hex A3 AC 40 5 0 3F 21 41 2E 2E
Octal 243 254 100 5 0 77 41 101 56 56
Binary 10100011 10101100 1000000 101 0 111111 100001 1000001 101110 101110

Color Harmonies of #A3AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AC40

Black with #A3AC40

Text Example


Text Example

White with #A3AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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