Html Css Color HEX #AAA636 Brass

📋 copy color: '#AAA636'

red 170 ◦ green 166 ◦ blue 54

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

Shades of Brass #AAA636

Tints of Brass #AAA636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 43.59%
G = 42.56%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AAA636 (or 0xAAA636) is known color: Brass. HEX triplet: AA, A6 and 36. RGB value is (170,166,54). Sum of RGB (Red+Green+Blue) = 170+166+54=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA636 is #5559C9. Grayscale: #9A9A9A. Windows color (decimal): -5593546 or 3581610. OLE color: 3581610.

HSL color Cylindrical-coordinate representation of color #AAA636: hue angle of 57.93º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAA636 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 54 -
CMYK 0 0.02 0.68 0.33
HSL 57.93º 0.52% 0.44% -
HSV(B) 57.93º 0.68% 0.67% -
XYZ 30.88 36.08 8.83 -
YUV 154.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 170 166 54 0 0.02 0.68 0.33 57.93 0.52 0.44
Hex AA A6 36 0 2 44 21 3A 34 2C
Octal 252 246 66 0 2 104 41 72 64 54
Binary 10101010 10100110 110110 0 10 1000100 100001 111010 110100 101100

Color Harmonies of #AAA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA636

Black with #AAA636

Text Example


Text Example

White with #AAA636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA636; }

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

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

background-color css

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

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

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

border-color css

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

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

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