Html Css Color HEX #AAAC40 Brass

📋 copy color: '#AAAC40'

red 170 ◦ green 172 ◦ blue 64

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

Shades of Brass #AAAC40

Tints of Brass #AAAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 41.87%
G = 42.36%
B = 15.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AAAC40 (or 0xAAAC40) is known color: Brass. HEX triplet: AA, AC and 40. RGB value is (170,172,64). Sum of RGB (Red+Green+Blue) = 170+172+64=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC40 is #5553BF. Grayscale: #9F9F9F. Windows color (decimal): -5592000 or 4238506. OLE color: 4238506.

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

Color convert

RGB 170 172 64 -
CMYK 0.01 0 0.63 0.33
HSL 61.11º 0.46% 0.46% -
HSV(B) 61.11º 0.63% 0.67% -
XYZ 32.26 38.42 10.57 -
YUV 159.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 170 172 64 0.01 0 0.63 0.33 61.11 0.46 0.46
Hex AA AC 40 1 0 3F 21 3D 2E 2E
Octal 252 254 100 1 0 77 41 75 56 56
Binary 10101010 10101100 1000000 1 0 111111 100001 111101 101110 101110

Color Harmonies of #AAAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC40

Black with #AAAC40

Text Example


Text Example

White with #AAAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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