Html Css Color HEX #AAA544 Brass

📋 copy color: '#AAA544'

red 170 ◦ green 165 ◦ blue 68

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

Shades of Brass #AAA544

Tints of Brass #AAA544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.87%

R = 42.18%
G = 40.94%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AAA544 (or 0xAAA544) is known color: Brass. HEX triplet: AA, A5 and 44. RGB value is (170,165,68). Sum of RGB (Red+Green+Blue) = 170+165+68=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA544 is #555ABB. Grayscale: #9B9B9B. Windows color (decimal): -5593788 or 4498858. OLE color: 4498858.

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

Color convert

RGB 170 165 68 -
CMYK 0 0.03 0.6 0.33
HSL 57.06º 0.43% 0.47% -
HSV(B) 57.06º 0.6% 0.67% -
XYZ 31.08 35.87 10.76 -
YUV 155.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 170 165 68 0 0.03 0.6 0.33 57.06 0.43 0.47
Hex AA A5 44 0 3 3C 21 39 2B 2F
Octal 252 245 104 0 3 74 41 71 53 57
Binary 10101010 10100101 1000100 0 11 111100 100001 111001 101011 101111

Color Harmonies of #AAA544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA544

Black with #AAA544

Text Example


Text Example

White with #AAA544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA544; }

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

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

background-color css

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

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

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

border-color css

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

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

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