Html Css Color HEX #AAA343 Brass

📋 copy color: '#AAA343'

red 170 ◦ green 163 ◦ blue 67

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

Shades of Brass #AAA343

Tints of Brass #AAA343

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

 BLUE value IS 67 (26.56% from 255) = 16.75%

R = 42.5%
G = 40.75%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AAA343 (or 0xAAA343) is known color: Brass. HEX triplet: AA, A3 and 43. RGB value is (170,163,67). Sum of RGB (Red+Green+Blue) = 170+163+67=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA343 is #555CBC. Grayscale: #9A9A9A. Windows color (decimal): -5594301 or 4432810. OLE color: 4432810.

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

Color convert

RGB 170 163 67 -
CMYK 0 0.04 0.61 0.33
HSL 55.92º 0.43% 0.46% -
HSV(B) 55.92º 0.61% 0.67% -
XYZ 30.69 35.15 10.48 -
YUV 154.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 170 163 67 0 0.04 0.61 0.33 55.92 0.43 0.46
Hex AA A3 43 0 4 3D 21 38 2B 2E
Octal 252 243 103 0 4 75 41 70 53 56
Binary 10101010 10100011 1000011 0 100 111101 100001 111000 101011 101110

Color Harmonies of #AAA343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA343

Black with #AAA343

Text Example


Text Example

White with #AAA343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA343; }

 p { color: rgb(170,163,67); }

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

background-color css

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

 a { background-color: rgb(170,163,67); }

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

border-color css

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

 span { border-color: rgb(170,163,67); }

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