Html Css Color HEX #A5AD40 Brass

📋 copy color: '#A5AD40'

red 165 ◦ green 173 ◦ blue 64

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

Shades of Brass #A5AD40

Tints of Brass #A5AD40

RGB

 RED value IS 165 (64.84% from 255) = 41.04%

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

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

R = 41.04%
G = 43.03%
B = 15.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#A5AD40 (or 0xA5AD40) is known color: Brass. HEX triplet: A5, AD and 40. RGB value is (165,173,64). Sum of RGB (Red+Green+Blue) = 165+173+64=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD40 is #5A52BF. Grayscale: #9E9E9E. Windows color (decimal): -5919424 or 4238757. OLE color: 4238757.

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

Color convert

RGB 165 173 64 -
CMYK 0.05 0 0.63 0.32
HSL 64.4º 0.46% 0.46% -
HSV(B) 64.4º 0.63% 0.68% -
XYZ 31.39 38.26 10.58 -
YUV 158.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 165 173 64 0.05 0 0.63 0.32 64.4 0.46 0.46
Hex A5 AD 40 5 0 3F 20 40 2E 2E
Octal 245 255 100 5 0 77 40 100 56 56
Binary 10100101 10101101 1000000 101 0 111111 100000 1000000 101110 101110

Color Harmonies of #A5AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD40

Black with #A5AD40

Text Example


Text Example

White with #A5AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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