Html Css Color HEX #AAA552 Brass

📋 copy color: '#AAA552'

red 170 ◦ green 165 ◦ blue 82

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

Shades of Brass #AAA552

Tints of Brass #AAA552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.66%

R = 40.77%
G = 39.57%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AAA552 (or 0xAAA552) is known color: Brass. HEX triplet: AA, A5 and 52. RGB value is (170,165,82). Sum of RGB (Red+Green+Blue) = 170+165+82=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA552 is #555AAD. Grayscale: #9D9D9D. Windows color (decimal): -5593774 or 5416362. OLE color: 5416362.

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

Color convert

RGB 170 165 82 -
CMYK 0 0.03 0.52 0.33
HSL 56.59º 0.35% 0.49% -
HSV(B) 56.59º 0.52% 0.67% -
XYZ 31.56 36.07 13.28 -
YUV 157.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 170 165 82 0 0.03 0.52 0.33 56.59 0.35 0.49
Hex AA A5 52 0 3 34 21 39 23 31
Octal 252 245 122 0 3 64 41 71 43 61
Binary 10101010 10100101 1010010 0 11 110100 100001 111001 100011 110001

Color Harmonies of #AAA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA552

Black with #AAA552

Text Example


Text Example

White with #AAA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA552; }

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

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

background-color css

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

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

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

border-color css

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

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

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