Html Css Color HEX #AAAA40 Brass

📋 copy color: '#AAAA40'

red 170 ◦ green 170 ◦ blue 64

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

Shades of Brass #AAAA40

Tints of Brass #AAAA40

RGB

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

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

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

R = 42.08%
G = 42.08%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAAA40 (or 0xAAAA40) is known color: Brass. HEX triplet: AA, AA and 40. RGB value is (170,170,64). Sum of RGB (Red+Green+Blue) = 170+170+64=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA40 is #5555BF. Grayscale: #9E9E9E. Windows color (decimal): -5592512 or 4237994. OLE color: 4237994.

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

Color convert

RGB 170 170 64 -
CMYK 0 0 0.62 0.33
HSL 60º 0.45% 0.46% -
HSV(B) 60º 0.62% 0.67% -
XYZ 31.88 37.67 10.44 -
YUV 157.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 170 170 64 0 0 0.62 0.33 60 0.45 0.46
Hex AA AA 40 0 0 3E 21 3C 2D 2E
Octal 252 252 100 0 0 76 41 74 55 56
Binary 10101010 10101010 1000000 0 0 111110 100001 111100 101101 101110

Color Harmonies of #AAAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA40

Black with #AAAA40

Text Example


Text Example

White with #AAAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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