Html Css Color HEX #A9A641 Brass

📋 copy color: '#A9A641'

red 169 ◦ green 166 ◦ blue 65

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

Shades of Brass #A9A641

Tints of Brass #A9A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 42.25%
G = 41.5%
B = 16.25%

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

#A9A641 (or 0xA9A641) is known color: Brass. HEX triplet: A9, A6 and 41. RGB value is (169,166,65). Sum of RGB (Red+Green+Blue) = 169+166+65=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A641 is #5659BE. Grayscale: #9B9B9B. Windows color (decimal): -5659071 or 4302505. OLE color: 4302505.

HSL color Cylindrical-coordinate representation of color #A9A641: hue angle of 58.27º degrees, saturation: 0.44, 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 #A9A641 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 166 65 -
CMYK 0 0.02 0.62 0.34
HSL 58.27º 0.44% 0.46% -
HSV(B) 58.27º 0.62% 0.66% -
XYZ 30.95 36.09 10.34 -
YUV 155.38 76.99 137.71 -
System Red Green Blue C M Y K H S L
Decimal 169 166 65 0 0.02 0.62 0.34 58.27 0.44 0.46
Hex A9 A6 41 0 2 3E 22 3A 2C 2E
Octal 251 246 101 0 2 76 42 72 54 56
Binary 10101001 10100110 1000001 0 10 111110 100010 111010 101100 101110

Color Harmonies of #A9A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A641

Black with #A9A641

Text Example


Text Example

White with #A9A641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A641; }

 p { color: rgb(169,166,65); }

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

background-color css

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

 a { background-color: rgb(169,166,65); }

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

border-color css

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

 span { border-color: rgb(169,166,65); }

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