Html Css Color HEX #AAA54E Brass

📋 copy color: '#AAA54E'

red 170 ◦ green 165 ◦ blue 78

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

Shades of Brass #AAA54E

Tints of Brass #AAA54E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.89%

R = 41.16%
G = 39.95%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAA54E (or 0xAAA54E) is known color: Brass. HEX triplet: AA, A5 and 4E. RGB value is (170,165,78). Sum of RGB (Red+Green+Blue) = 170+165+78=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA54E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA54E is #555AB1. Grayscale: #9C9C9C. Windows color (decimal): -5593778 or 5154218. OLE color: 5154218.

HSL color Cylindrical-coordinate representation of color #AAA54E: hue angle of 56.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA54E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 78 -
CMYK 0 0.03 0.54 0.33
HSL 56.74º 0.37% 0.49% -
HSV(B) 56.74º 0.54% 0.67% -
XYZ 31.41 36.01 12.5 -
YUV 156.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 170 165 78 0 0.03 0.54 0.33 56.74 0.37 0.49
Hex AA A5 4E 0 3 36 21 39 25 31
Octal 252 245 116 0 3 66 41 71 45 61
Binary 10101010 10100101 1001110 0 11 110110 100001 111001 100101 110001

Color Harmonies of #AAA54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA54E

Black with #AAA54E

Text Example


Text Example

White with #AAA54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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