Html Css Color HEX #AAA54D Brass

📋 copy color: '#AAA54D'

red 170 ◦ green 165 ◦ blue 77

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

Shades of Brass #AAA54D

Tints of Brass #AAA54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 41.26%
G = 40.05%
B = 18.69%

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

#AAA54D (or 0xAAA54D) is known color: Brass. HEX triplet: AA, A5 and 4D. RGB value is (170,165,77). Sum of RGB (Red+Green+Blue) = 170+165+77=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA54D is #555AB2. Grayscale: #9C9C9C. Windows color (decimal): -5593779 or 5088682. OLE color: 5088682.

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

Color convert

RGB 170 165 77 -
CMYK 0 0.03 0.55 0.33
HSL 56.77º 0.38% 0.48% -
HSV(B) 56.77º 0.55% 0.67% -
XYZ 31.37 35.99 12.31 -
YUV 156.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 170 165 77 0 0.03 0.55 0.33 56.77 0.38 0.48
Hex AA A5 4D 0 3 37 21 39 26 30
Octal 252 245 115 0 3 67 41 71 46 60
Binary 10101010 10100101 1001101 0 11 110111 100001 111001 100110 110000

Color Harmonies of #AAA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA54D

Black with #AAA54D

Text Example


Text Example

White with #AAA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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