Html Css Color HEX #AAA545 Brass

📋 copy color: '#AAA545'

red 170 ◦ green 165 ◦ blue 69

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

Shades of Brass #AAA545

Tints of Brass #AAA545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 42.08%
G = 40.84%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA545 (or 0xAAA545) is known color: Brass. HEX triplet: AA, A5 and 45. RGB value is (170,165,69). Sum of RGB (Red+Green+Blue) = 170+165+69=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA545 is #555ABA. Grayscale: #9B9B9B. Windows color (decimal): -5593787 or 4564394. OLE color: 4564394.

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

Color convert

RGB 170 165 69 -
CMYK 0 0.03 0.59 0.33
HSL 57.03º 0.42% 0.47% -
HSV(B) 57.03º 0.59% 0.67% -
XYZ 31.11 35.89 10.92 -
YUV 155.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 170 165 69 0 0.03 0.59 0.33 57.03 0.42 0.47
Hex AA A5 45 0 3 3B 21 39 2A 2F
Octal 252 245 105 0 3 73 41 71 52 57
Binary 10101010 10100101 1000101 0 11 111011 100001 111001 101010 101111

Color Harmonies of #AAA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA545

Black with #AAA545

Text Example


Text Example

White with #AAA545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA545; }

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

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

background-color css

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

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

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

border-color css

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

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

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