Html Css Color HEX #AAA445 Brass

📋 copy color: '#AAA445'

red 170 ◦ green 164 ◦ blue 69

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

Shades of Brass #AAA445

Tints of Brass #AAA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 42.18%
G = 40.69%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AAA445 (or 0xAAA445) is known color: Brass. HEX triplet: AA, A4 and 45. RGB value is (170,164,69). Sum of RGB (Red+Green+Blue) = 170+164+69=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA445 is #555BBA. Grayscale: #9B9B9B. Windows color (decimal): -5594043 or 4564138. OLE color: 4564138.

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

Color convert

RGB 170 164 69 -
CMYK 0 0.04 0.59 0.33
HSL 56.44º 0.42% 0.47% -
HSV(B) 56.44º 0.59% 0.67% -
XYZ 30.93 35.53 10.86 -
YUV 154.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 170 164 69 0 0.04 0.59 0.33 56.44 0.42 0.47
Hex AA A4 45 0 4 3B 21 38 2A 2F
Octal 252 244 105 0 4 73 41 70 52 57
Binary 10101010 10100100 1000101 0 100 111011 100001 111000 101010 101111

Color Harmonies of #AAA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA445

Black with #AAA445

Text Example


Text Example

White with #AAA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA445; }

 p { color: rgb(170,164,69); }

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

background-color css

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

 a { background-color: rgb(170,164,69); }

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

border-color css

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

 span { border-color: rgb(170,164,69); }

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