Html Css Color HEX #A9AA44 Brass

📋 copy color: '#A9AA44'

red 169 ◦ green 170 ◦ blue 68

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

Shades of Brass #A9AA44

Tints of Brass #A9AA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.77%

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

R = 41.52%
G = 41.77%
B = 16.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#A9AA44 (or 0xA9AA44) is known color: Brass. HEX triplet: A9, AA and 44. RGB value is (169,170,68). Sum of RGB (Red+Green+Blue) = 169+170+68=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA44 is #5655BB. Grayscale: #9E9E9E. Windows color (decimal): -5658044 or 4500137. OLE color: 4500137.

HSL color Cylindrical-coordinate representation of color #A9AA44: hue angle of 60.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9AA44 is Cyan = 0.01, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 170 68 -
CMYK 0.01 0 0.6 0.33
HSL 60.59º 0.43% 0.47% -
HSV(B) 60.59º 0.6% 0.67% -
XYZ 31.78 37.6 11.05 -
YUV 158.07 77.17 135.79 -
System Red Green Blue C M Y K H S L
Decimal 169 170 68 0.01 0 0.6 0.33 60.59 0.43 0.47
Hex A9 AA 44 1 0 3C 21 3D 2B 2F
Octal 251 252 104 1 0 74 41 75 53 57
Binary 10101001 10101010 1000100 1 0 111100 100001 111101 101011 101111

Color Harmonies of #A9AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AA44

Black with #A9AA44

Text Example


Text Example

White with #A9AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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