Html Css Color HEX #AAA945 Brass

📋 copy color: '#AAA945'

red 170 ◦ green 169 ◦ blue 69

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

Shades of Brass #AAA945

Tints of Brass #AAA945

RGB

 RED value IS 170 (66.8% from 255) = 41.67%

 GREEN value IS 169 (66.41% from 255) = 41.42%

 BLUE value IS 69 (27.34% from 255) = 16.91%

R = 41.67%
G = 41.42%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA945 (or 0xAAA945) is known color: Brass. HEX triplet: AA, A9 and 45. RGB value is (170,169,69). Sum of RGB (Red+Green+Blue) = 170+169+69=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA945 is #5556BA. Grayscale: #9E9E9E. Windows color (decimal): -5592763 or 4565418. OLE color: 4565418.

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

Color convert

RGB 170 169 69 -
CMYK 0 0.01 0.59 0.33
HSL 59.41º 0.42% 0.47% -
HSV(B) 59.41º 0.59% 0.67% -
XYZ 31.84 37.35 11.16 -
YUV 157.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 170 169 69 0 0.01 0.59 0.33 59.41 0.42 0.47
Hex AA A9 45 0 1 3B 21 3B 2A 2F
Octal 252 251 105 0 1 73 41 73 52 57
Binary 10101010 10101001 1000101 0 1 111011 100001 111011 101010 101111

Color Harmonies of #AAA945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA945

Black with #AAA945

Text Example


Text Example

White with #AAA945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA945; }

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

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

background-color css

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

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

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

border-color css

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

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

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