Html Css Color HEX #AAA44D Brass

📋 copy color: '#AAA44D'

red 170 ◦ green 164 ◦ blue 77

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

Shades of Brass #AAA44D

Tints of Brass #AAA44D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

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

R = 41.36%
G = 39.9%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAA44D (or 0xAAA44D) is known color: Brass. HEX triplet: AA, A4 and 4D. RGB value is (170,164,77). Sum of RGB (Red+Green+Blue) = 170+164+77=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA44D is #555BB2. Grayscale: #9C9C9C. Windows color (decimal): -5594035 or 5088426. OLE color: 5088426.

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

Color convert

RGB 170 164 77 -
CMYK 0 0.04 0.55 0.33
HSL 56.13º 0.38% 0.48% -
HSV(B) 56.13º 0.55% 0.67% -
XYZ 31.19 35.63 12.25 -
YUV 155.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 170 164 77 0 0.04 0.55 0.33 56.13 0.38 0.48
Hex AA A4 4D 0 4 37 21 38 26 30
Octal 252 244 115 0 4 67 41 70 46 60
Binary 10101010 10100100 1001101 0 100 110111 100001 111000 100110 110000

Color Harmonies of #AAA44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA44D

Black with #AAA44D

Text Example


Text Example

White with #AAA44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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