Html Css Color HEX #AAA64F Brass

📋 copy color: '#AAA64F'

red 170 ◦ green 166 ◦ blue 79

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

Shades of Brass #AAA64F

Tints of Brass #AAA64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.04%

R = 40.96%
G = 40%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAA64F (or 0xAAA64F) is known color: Brass. HEX triplet: AA, A6 and 4F. RGB value is (170,166,79). Sum of RGB (Red+Green+Blue) = 170+166+79=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA64F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA64F is #5559B0. Grayscale: #9D9D9D. Windows color (decimal): -5593521 or 5220010. OLE color: 5220010.

HSL color Cylindrical-coordinate representation of color #AAA64F: hue angle of 57.36º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA64F is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 79 -
CMYK 0 0.02 0.54 0.33
HSL 57.36º 0.37% 0.49% -
HSV(B) 57.36º 0.54% 0.67% -
XYZ 31.63 36.38 12.75 -
YUV 157.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 170 166 79 0 0.02 0.54 0.33 57.36 0.37 0.49
Hex AA A6 4F 0 2 36 21 39 25 31
Octal 252 246 117 0 2 66 41 71 45 61
Binary 10101010 10100110 1001111 0 10 110110 100001 111001 100101 110001

Color Harmonies of #AAA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA64F

Black with #AAA64F

Text Example


Text Example

White with #AAA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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