Html Css Color HEX #A9A540 Brass

📋 copy color: '#A9A540'

red 169 ◦ green 165 ◦ blue 64

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

Shades of Brass #A9A540

Tints of Brass #A9A540

RGB

 RED value IS 169 (66.41% from 255) = 42.46%

 GREEN value IS 165 (64.84% from 255) = 41.46%

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

R = 42.46%
G = 41.46%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A9A540 (or 0xA9A540) is known color: Brass. HEX triplet: A9, A5 and 40. RGB value is (169,165,64). Sum of RGB (Red+Green+Blue) = 169+165+64=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A540 is #565ABF. Grayscale: #9B9B9B. Windows color (decimal): -5659328 or 4236713. OLE color: 4236713.

HSL color Cylindrical-coordinate representation of color #A9A540: hue angle of 57.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9A540 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 165 64 -
CMYK 0 0.02 0.62 0.34
HSL 57.71º 0.45% 0.46% -
HSV(B) 57.71º 0.62% 0.66% -
XYZ 30.74 35.72 10.12 -
YUV 154.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 169 165 64 0 0.02 0.62 0.34 57.71 0.45 0.46
Hex A9 A5 40 0 2 3E 22 3A 2D 2E
Octal 251 245 100 0 2 76 42 72 55 56
Binary 10101001 10100101 1000000 0 10 111110 100010 111010 101101 101110

Color Harmonies of #A9A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A540

Black with #A9A540

Text Example


Text Example

White with #A9A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A540; }

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

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

background-color css

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

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

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

border-color css

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

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

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