Html Css Color HEX #A9A644 Brass

📋 copy color: '#A9A644'

red 169 ◦ green 166 ◦ blue 68

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

Shades of Brass #A9A644

Tints of Brass #A9A644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.87%

R = 41.94%
G = 41.19%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A9A644 (or 0xA9A644) is known color: Brass. HEX triplet: A9, A6 and 44. RGB value is (169,166,68). Sum of RGB (Red+Green+Blue) = 169+166+68=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A644 is #5659BB. Grayscale: #9C9C9C. Windows color (decimal): -5659068 or 4499113. OLE color: 4499113.

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

Color convert

RGB 169 166 68 -
CMYK 0 0.02 0.60 0.34
HSL 58.22º 0.43% 0.46% -
HSV(B) 58.22º 0.6% 0.66% -
XYZ 31.04 36.12 10.81 -
YUV 155.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 169 166 68 0 0.02 0.60 0.34 58.22 0.43 0.46
Hex A9 A6 44 0 2 3C 22 3A 2B 2E
Octal 251 246 104 0 2 74 42 72 53 56
Binary 10101001 10100110 1000100 0 10 111100 100010 111010 101011 101110

Color Harmonies of #A9A644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A644

Black with #A9A644

Text Example


Text Example

White with #A9A644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A644; }

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

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

background-color css

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

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

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

border-color css

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

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

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