Html Css Color HEX #AAA539 Brass

📋 copy color: '#AAA539'

red 170 ◦ green 165 ◦ blue 57

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

Shades of Brass #AAA539

Tints of Brass #AAA539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.54%

R = 43.37%
G = 42.09%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA539 (or 0xAAA539) is known color: Brass. HEX triplet: AA, A5 and 39. RGB value is (170,165,57). Sum of RGB (Red+Green+Blue) = 170+165+57=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA539 is #555AC6. Grayscale: #9A9A9A. Windows color (decimal): -5593799 or 3777962. OLE color: 3777962.

HSL color Cylindrical-coordinate representation of color #AAA539: hue angle of 57.35º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAA539 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 57 -
CMYK 0 0.03 0.66 0.33
HSL 57.35º 0.5% 0.45% -
HSV(B) 57.35º 0.66% 0.67% -
XYZ 30.77 35.75 9.15 -
YUV 154.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 170 165 57 0 0.03 0.66 0.33 57.35 0.5 0.45
Hex AA A5 39 0 3 42 21 39 32 2D
Octal 252 245 71 0 3 102 41 71 62 55
Binary 10101010 10100101 111001 0 11 1000010 100001 111001 110010 101101

Color Harmonies of #AAA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA539

Black with #AAA539

Text Example


Text Example

White with #AAA539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA539; }

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

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

background-color css

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

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

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

border-color css

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

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

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