Html Css Color HEX #AAA641 Brass

📋 copy color: '#AAA641'

red 170 ◦ green 166 ◦ blue 65

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

Shades of Brass #AAA641

Tints of Brass #AAA641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

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

R = 42.39%
G = 41.4%
B = 16.21%

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

#AAA641 (or 0xAAA641) is known color: Brass. HEX triplet: AA, A6 and 41. RGB value is (170,166,65). Sum of RGB (Red+Green+Blue) = 170+166+65=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA641 is #5559BE. Grayscale: #9C9C9C. Windows color (decimal): -5593535 or 4302506. OLE color: 4302506.

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

Color convert

RGB 170 166 65 -
CMYK 0 0.02 0.62 0.33
HSL 57.71º 0.45% 0.46% -
HSV(B) 57.71º 0.62% 0.67% -
XYZ 31.17 36.2 10.35 -
YUV 155.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 170 166 65 0 0.02 0.62 0.33 57.71 0.45 0.46
Hex AA A6 41 0 2 3E 21 3A 2D 2E
Octal 252 246 101 0 2 76 41 72 55 56
Binary 10101010 10100110 1000001 0 10 111110 100001 111010 101101 101110

Color Harmonies of #AAA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA641

Black with #AAA641

Text Example


Text Example

White with #AAA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA641; }

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

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

background-color css

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

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

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

border-color css

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

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

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