Html Css Color HEX #A3AD40 Brass

📋 copy color: '#A3AD40'

red 163 ◦ green 173 ◦ blue 64

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

Shades of Brass #A3AD40

Tints of Brass #A3AD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.25%

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

R = 40.75%
G = 43.25%
B = 16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#A3AD40 (or 0xA3AD40) is known color: Brass. HEX triplet: A3, AD and 40. RGB value is (163,173,64). Sum of RGB (Red+Green+Blue) = 163+173+64=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AD40 is #5C52BF. Grayscale: #9E9E9E. Windows color (decimal): -6050496 or 4238755. OLE color: 4238755.

HSL color Cylindrical-coordinate representation of color #A3AD40: hue angle of 65.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3AD40 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 173 64 -
CMYK 0.06 0 0.63 0.32
HSL 65.5º 0.46% 0.46% -
HSV(B) 65.5º 0.63% 0.68% -
XYZ 30.97 38.04 10.56 -
YUV 157.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 163 173 64 0.06 0 0.63 0.32 65.5 0.46 0.46
Hex A3 AD 40 6 0 3F 20 42 2E 2E
Octal 243 255 100 6 0 77 40 102 56 56
Binary 10100011 10101101 1000000 110 0 111111 100000 1000010 101110 101110

Color Harmonies of #A3AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AD40

Black with #A3AD40

Text Example


Text Example

White with #A3AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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