Html Css Color HEX #AAA644 Brass

📋 copy color: '#AAA644'

red 170 ◦ green 166 ◦ blue 68

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

Shades of Brass #AAA644

Tints of Brass #AAA644

RGB

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

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

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

R = 42.08%
G = 41.09%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AAA644 (or 0xAAA644) is known color: Brass. HEX triplet: AA, A6 and 44. RGB value is (170,166,68). Sum of RGB (Red+Green+Blue) = 170+166+68=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA644 is #5559BB. Grayscale: #9C9C9C. Windows color (decimal): -5593532 or 4499114. OLE color: 4499114.

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

Color convert

RGB 170 166 68 -
CMYK 0 0.02 0.6 0.33
HSL 57.65º 0.43% 0.47% -
HSV(B) 57.65º 0.6% 0.67% -
XYZ 31.26 36.24 10.82 -
YUV 156.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 170 166 68 0 0.02 0.6 0.33 57.65 0.43 0.47
Hex AA A6 44 0 2 3C 21 3A 2B 2F
Octal 252 246 104 0 2 74 41 72 53 57
Binary 10101010 10100110 1000100 0 10 111100 100001 111010 101011 101111

Color Harmonies of #AAA644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA644

Black with #AAA644

Text Example


Text Example

White with #AAA644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA644; }

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

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

background-color css

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

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

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

border-color css

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

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

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