Html Css Color HEX #AAA54C Brass

📋 copy color: '#AAA54C'

red 170 ◦ green 165 ◦ blue 76

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

Shades of Brass #AAA54C

Tints of Brass #AAA54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 41.36%
G = 40.15%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAA54C (or 0xAAA54C) is known color: Brass. HEX triplet: AA, A5 and 4C. RGB value is (170,165,76). Sum of RGB (Red+Green+Blue) = 170+165+76=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA54C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA54C is #555AB3. Grayscale: #9C9C9C. Windows color (decimal): -5593780 or 5023146. OLE color: 5023146.

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

Color convert

RGB 170 165 76 -
CMYK 0 0.03 0.55 0.33
HSL 56.81º 0.38% 0.48% -
HSV(B) 56.81º 0.55% 0.67% -
XYZ 31.34 35.98 12.13 -
YUV 156.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 170 165 76 0 0.03 0.55 0.33 56.81 0.38 0.48
Hex AA A5 4C 0 3 37 21 39 26 30
Octal 252 245 114 0 3 67 41 71 46 60
Binary 10101010 10100101 1001100 0 11 110111 100001 111001 100110 110000

Color Harmonies of #AAA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA54C

Black with #AAA54C

Text Example


Text Example

White with #AAA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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