Html Css Color HEX #AAA546 Brass

📋 copy color: '#AAA546'

red 170 ◦ green 165 ◦ blue 70

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

Shades of Brass #AAA546

Tints of Brass #AAA546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 41.98%
G = 40.74%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA546 (or 0xAAA546) is known color: Brass. HEX triplet: AA, A5 and 46. RGB value is (170,165,70). Sum of RGB (Red+Green+Blue) = 170+165+70=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA546 is #555AB9. Grayscale: #9C9C9C. Windows color (decimal): -5593786 or 4629930. OLE color: 4629930.

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

Color convert

RGB 170 165 70 -
CMYK 0 0.03 0.59 0.33
HSL 57º 0.42% 0.47% -
HSV(B) 57º 0.59% 0.67% -
XYZ 31.14 35.9 11.08 -
YUV 155.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 170 165 70 0 0.03 0.59 0.33 57 0.42 0.47
Hex AA A5 46 0 3 3B 21 39 2A 2F
Octal 252 245 106 0 3 73 41 71 52 57
Binary 10101010 10100101 1000110 0 11 111011 100001 111001 101010 101111

Color Harmonies of #AAA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA546

Black with #AAA546

Text Example


Text Example

White with #AAA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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