Html Css Color HEX #AAA14D Brass

📋 copy color: '#AAA14D'

red 170 ◦ green 161 ◦ blue 77

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

Shades of Brass #AAA14D

Tints of Brass #AAA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.46%

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

R = 41.67%
G = 39.46%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAA14D (or 0xAAA14D) is known color: Brass. HEX triplet: AA, A1 and 4D. RGB value is (170,161,77). Sum of RGB (Red+Green+Blue) = 170+161+77=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA14D is #555EB2. Grayscale: #9A9A9A. Windows color (decimal): -5594803 or 5087658. OLE color: 5087658.

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

Color convert

RGB 170 161 77 -
CMYK 0 0.05 0.55 0.33
HSL 54.19º 0.38% 0.48% -
HSV(B) 54.19º 0.55% 0.67% -
XYZ 30.66 34.57 12.08 -
YUV 154.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 170 161 77 0 0.05 0.55 0.33 54.19 0.38 0.48
Hex AA A1 4D 0 5 37 21 36 26 30
Octal 252 241 115 0 5 67 41 66 46 60
Binary 10101010 10100001 1001101 0 101 110111 100001 110110 100110 110000

Color Harmonies of #AAA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA14D

Black with #AAA14D

Text Example


Text Example

White with #AAA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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