Html Css Color HEX #AAA54F Brass

📋 copy color: '#AAA54F'

red 170 ◦ green 165 ◦ blue 79

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

Shades of Brass #AAA54F

Tints of Brass #AAA54F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.08%

R = 41.06%
G = 39.86%
B = 19.08%

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

#AAA54F (or 0xAAA54F) is known color: Brass. HEX triplet: AA, A5 and 4F. RGB value is (170,165,79). Sum of RGB (Red+Green+Blue) = 170+165+79=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA54F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA54F is #555AB0. Grayscale: #9D9D9D. Windows color (decimal): -5593777 or 5219754. OLE color: 5219754.

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

Color convert

RGB 170 165 79 -
CMYK 0 0.03 0.54 0.33
HSL 56.7º 0.37% 0.49% -
HSV(B) 56.7º 0.54% 0.67% -
XYZ 31.44 36.02 12.69 -
YUV 156.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 170 165 79 0 0.03 0.54 0.33 56.7 0.37 0.49
Hex AA A5 4F 0 3 36 21 39 25 31
Octal 252 245 117 0 3 66 41 71 45 61
Binary 10101010 10100101 1001111 0 11 110110 100001 111001 100101 110001

Color Harmonies of #AAA54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA54F

Black with #AAA54F

Text Example


Text Example

White with #AAA54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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