Html Css Color HEX #AAA536 Brass

📋 copy color: '#AAA536'

red 170 ◦ green 165 ◦ blue 54

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

Shades of Brass #AAA536

Tints of Brass #AAA536

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

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

R = 43.7%
G = 42.42%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AAA536 (or 0xAAA536) is known color: Brass. HEX triplet: AA, A5 and 36. RGB value is (170,165,54). Sum of RGB (Red+Green+Blue) = 170+165+54=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA536 is #555AC9. Grayscale: #9A9A9A. Windows color (decimal): -5593802 or 3581354. OLE color: 3581354.

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

Color convert

RGB 170 165 54 -
CMYK 0 0.03 0.68 0.33
HSL 57.41º 0.52% 0.44% -
HSV(B) 57.41º 0.68% 0.67% -
XYZ 30.7 35.72 8.77 -
YUV 153.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 170 165 54 0 0.03 0.68 0.33 57.41 0.52 0.44
Hex AA A5 36 0 3 44 21 39 34 2C
Octal 252 245 66 0 3 104 41 71 64 54
Binary 10101010 10100101 110110 0 11 1000100 100001 111001 110100 101100

Color Harmonies of #AAA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA536

Black with #AAA536

Text Example


Text Example

White with #AAA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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