Html Css Color HEX #AAA045 Brass

📋 copy color: '#AAA045'

red 170 ◦ green 160 ◦ blue 69

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

Shades of Brass #AAA045

Tints of Brass #AAA045

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 42.61%
G = 40.1%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA045 (or 0xAAA045) is known color: Brass. HEX triplet: AA, A0 and 45. RGB value is (170,160,69). Sum of RGB (Red+Green+Blue) = 170+160+69=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA045 is #555FBA. Grayscale: #989898. Windows color (decimal): -5595067 or 4563114. OLE color: 4563114.

HSL color Cylindrical-coordinate representation of color #AAA045: hue angle of 54.06º 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 #AAA045 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 69 -
CMYK 0 0.06 0.59 0.33
HSL 54.06º 0.42% 0.47% -
HSV(B) 54.06º 0.59% 0.67% -
XYZ 30.22 34.12 10.62 -
YUV 152.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 170 160 69 0 0.06 0.59 0.33 54.06 0.42 0.47
Hex AA A0 45 0 6 3B 21 36 2A 2F
Octal 252 240 105 0 6 73 41 66 52 57
Binary 10101010 10100000 1000101 0 110 111011 100001 110110 101010 101111

Color Harmonies of #AAA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA045

Black with #AAA045

Text Example


Text Example

White with #AAA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA045; }

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

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

background-color css

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

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

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

border-color css

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

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

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