Html Css Color HEX #AAA444 Brass

📋 copy color: '#AAA444'

red 170 ◦ green 164 ◦ blue 68

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

Shades of Brass #AAA444

Tints of Brass #AAA444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 42.29%
G = 40.8%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AAA444 (or 0xAAA444) is known color: Brass. HEX triplet: AA, A4 and 44. RGB value is (170,164,68). Sum of RGB (Red+Green+Blue) = 170+164+68=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA444 is #555BBB. Grayscale: #9B9B9B. Windows color (decimal): -5594044 or 4498602. OLE color: 4498602.

HSL color Cylindrical-coordinate representation of color #AAA444: hue angle of 56.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAA444 is Cyan = 0, Magento = 0.04, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 164 68 -
CMYK 0 0.04 0.6 0.33
HSL 56.47º 0.43% 0.47% -
HSV(B) 56.47º 0.6% 0.67% -
XYZ 30.9 35.51 10.7 -
YUV 154.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 170 164 68 0 0.04 0.6 0.33 56.47 0.43 0.47
Hex AA A4 44 0 4 3C 21 38 2B 2F
Octal 252 244 104 0 4 74 41 70 53 57
Binary 10101010 10100100 1000100 0 100 111100 100001 111000 101011 101111

Color Harmonies of #AAA444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA444

Black with #AAA444

Text Example


Text Example

White with #AAA444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA444; }

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

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

background-color css

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

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

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

border-color css

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

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

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