Html Css Color HEX #AAA64D Brass

📋 copy color: '#AAA64D'

red 170 ◦ green 166 ◦ blue 77

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

Shades of Brass #AAA64D

Tints of Brass #AAA64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.19%

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

R = 41.16%
G = 40.19%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAA64D (or 0xAAA64D) is known color: Brass. HEX triplet: AA, A6 and 4D. RGB value is (170,166,77). Sum of RGB (Red+Green+Blue) = 170+166+77=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA64D is #5559B2. Grayscale: #9D9D9D. Windows color (decimal): -5593523 or 5088938. OLE color: 5088938.

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

Color convert

RGB 170 166 77 -
CMYK 0 0.02 0.55 0.33
HSL 57.42º 0.38% 0.48% -
HSV(B) 57.42º 0.55% 0.67% -
XYZ 31.55 36.35 12.38 -
YUV 157.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 170 166 77 0 0.02 0.55 0.33 57.42 0.38 0.48
Hex AA A6 4D 0 2 37 21 39 26 30
Octal 252 246 115 0 2 67 41 71 46 60
Binary 10101010 10100110 1001101 0 10 110111 100001 111001 100110 110000

Color Harmonies of #AAA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA64D

Black with #AAA64D

Text Example


Text Example

White with #AAA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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