Html Css Color HEX #AAA740 Brass

📋 copy color: '#AAA740'

red 170 ◦ green 167 ◦ blue 64

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

Shades of Brass #AAA740

Tints of Brass #AAA740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 42.39%
G = 41.65%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAA740 (or 0xAAA740) is known color: Brass. HEX triplet: AA, A7 and 40. RGB value is (170,167,64). Sum of RGB (Red+Green+Blue) = 170+167+64=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA740 is #5558BF. Grayscale: #9C9C9C. Windows color (decimal): -5593280 or 4237226. OLE color: 4237226.

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

Color convert

RGB 170 167 64 -
CMYK 0 0.02 0.62 0.33
HSL 58.3º 0.45% 0.46% -
HSV(B) 58.3º 0.62% 0.67% -
XYZ 31.32 36.55 10.26 -
YUV 156.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 170 167 64 0 0.02 0.62 0.33 58.3 0.45 0.46
Hex AA A7 40 0 2 3E 21 3A 2D 2E
Octal 252 247 100 0 2 76 41 72 55 56
Binary 10101010 10100111 1000000 0 10 111110 100001 111010 101101 101110

Color Harmonies of #AAA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA740

Black with #AAA740

Text Example


Text Example

White with #AAA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA740; }

 p { color: rgb(170,167,64); }

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

background-color css

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

 a { background-color: rgb(170,167,64); }

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

border-color css

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

 span { border-color: rgb(170,167,64); }

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