Html Css Color HEX #AAAA41 Brass

📋 copy color: '#AAAA41'

red 170 ◦ green 170 ◦ blue 65

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

Shades of Brass #AAAA41

Tints of Brass #AAAA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 41.98%
G = 41.98%
B = 16.05%

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

#AAAA41 (or 0xAAAA41) is known color: Brass. HEX triplet: AA, AA and 41. RGB value is (170,170,65). Sum of RGB (Red+Green+Blue) = 170+170+65=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA41 is #5555BE. Grayscale: #9E9E9E. Windows color (decimal): -5592511 or 4303530. OLE color: 4303530.

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

Color convert

RGB 170 170 65 -
CMYK 0 0 0.62 0.33
HSL 60º 0.45% 0.46% -
HSV(B) 60º 0.62% 0.67% -
XYZ 31.91 37.68 10.59 -
YUV 158.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 170 170 65 0 0 0.62 0.33 60 0.45 0.46
Hex AA AA 41 0 0 3E 21 3C 2D 2E
Octal 252 252 101 0 0 76 41 74 55 56
Binary 10101010 10101010 1000001 0 0 111110 100001 111100 101101 101110

Color Harmonies of #AAAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA41

Black with #AAAA41

Text Example


Text Example

White with #AAAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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