Html Css Color HEX #AAA440 Brass

📋 copy color: '#AAA440'

red 170 ◦ green 164 ◦ blue 64

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

Shades of Brass #AAA440

Tints of Brass #AAA440

RGB

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

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

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

R = 42.71%
G = 41.21%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAA440 (or 0xAAA440) is known color: Brass. HEX triplet: AA, A4 and 40. RGB value is (170,164,64). Sum of RGB (Red+Green+Blue) = 170+164+64=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA440 is #555BBF. Grayscale: #9A9A9A. Windows color (decimal): -5594048 or 4236458. OLE color: 4236458.

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

Color convert

RGB 170 164 64 -
CMYK 0 0.04 0.62 0.33
HSL 56.6º 0.45% 0.46% -
HSV(B) 56.6º 0.62% 0.67% -
XYZ 30.78 35.47 10.07 -
YUV 154.39 76.99 139.13 -
System Red Green Blue C M Y K H S L
Decimal 170 164 64 0 0.04 0.62 0.33 56.6 0.45 0.46
Hex AA A4 40 0 4 3E 21 39 2D 2E
Octal 252 244 100 0 4 76 41 71 55 56
Binary 10101010 10100100 1000000 0 100 111110 100001 111001 101101 101110

Color Harmonies of #AAA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA440

Black with #AAA440

Text Example


Text Example

White with #AAA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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